commit | b3d2b4f909cfd03fae16d85916ce93dcd9419060 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Nov 22 12:13:44 2022 +0000 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Dec 01 16:17:34 2022 +0000 |
tree | d06f21740011806c17d8f299685a73ad34c486e0 | |
parent | 05e9d4d37d08dfd67264fd3bbf28387f163792f3 [diff] |
fix(zynqmp): remove redundant api_version check The api_version is checked in pm_setup() and an error is returned. The smc handlers will not be registered on error so doing the check again is redundant. This also silences a warning when compiling with -Wextra. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I09395e6a20e3f6eb22a1f81ec2f6bdf034eeb4bf