commit | 807f41b06a75a70117415d94a9c3a3c7e548e388 | [log] [tgz] |
---|---|---|
author | Ronak Jain <ronak.jain@amd.com> | Wed May 08 02:41:13 2024 -0700 |
committer | Ronak Jain <ronak.jain@amd.com> | Wed May 08 05:33:46 2024 -0700 |
tree | 63960ebfcbc7b71e16b37b3745b880591ac66640 | |
parent | 9ab30101c685ad2cb218f8a1164fd0170250df14 [diff] |
fix(xilinx): follow MISRA-C standards for condition check As per the MISRA-C standards, there should be proc == NULL not just !proc. Fix the same. Change-Id: I0e7650c09b045882a0235869d7ef9fca27f96d9a Signed-off-by: Ronak Jain <ronak.jain@amd.com>