commit | 09f5a13b1bcb1ed1d360be068bb86eecba40c243 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Apr 19 13:13:03 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Oct 08 09:33:49 2024 +0530 |
tree | 4c8fb7291c9fb12164e07f05740faadcb179da1e | |
parent | 7f9e3d71656ba7264661d0e025c11e289b8013b0 [diff] |
fix(zynqmp): evaluate condition for boolean This corrects the MISRA violation C2012-11.9: The macro NULL shall be the only permitted form of integer null pointer constant. The condition is compared with NULL to get boolean result. Change-Id: I6350e2c03fdb3175deb232f28f0dfce009563eb1 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>