arm-trusted-firmware/plat/xilinx/zynqmp
Maheedhar Bollapalli 3f6d47945a fix(zynqmp): modify function to have single return
This corrects the MISRA violation C2012-15.5:
A function should have a single point of exit at the end.
Introduced a temporary variable to store the return value to
ensure single return for the function.

Change-Id: Ibff3df16b4c591384467771bc7cb316f1773f1ea
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2025-01-15 05:46:12 +00:00
..
aarch64 fix(zynqmp): modify function to have single return 2025-01-15 05:46:12 +00:00
include fix(zynqmp): typecast expressions to match data type 2024-12-20 11:00:49 +00:00
pm_service fix(zynqmp): modify function to have single return 2025-01-15 05:46:12 +00:00
tsp refactor(xilinx): add generic TSP makefile 2023-11-02 10:11:20 +05:30
bl31_zynqmp_setup.c fix(zynqmp): typecast operands to match data type 2024-12-20 11:01:34 +00:00
custom_sip_svc.c fix(zynqmp): add external declaration 2024-11-05 08:10:10 +00:00
libpm.mk refactor(xilinx): move versal files to common place 2023-03-27 22:57:00 -07:00
plat_psci.c fix(zynqmp): modify function to have single return 2025-01-15 05:46:12 +00:00
plat_topology.c fix(zynqmp): add external declaration 2024-11-05 08:10:10 +00:00
plat_zynqmp.c fix(zynqmp): modify function to have single return 2025-01-15 05:46:12 +00:00
platform.mk feat(xilinx): add none console 2024-10-14 08:39:15 +00:00
sip_svc_setup.c fix(zynqmp): modify conditions to have boolean type 2024-10-30 07:05:30 +00:00
zynqmp_ehf.c chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30
zynqmp_ipi.c chore(xilinx): follow kernel doc format for functional documentation 2023-06-23 08:07:13 +01:00
zynqmp_sdei.c chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30