commit | 9ab30101c685ad2cb218f8a1164fd0170250df14 | [log] [tgz] |
---|---|---|
author | Ronak Jain <ronak.jain@amd.com> | Wed May 08 02:36:16 2024 -0700 |
committer | Ronak Jain <ronak.jain@amd.com> | Wed May 08 05:31:31 2024 -0700 |
tree | d50693ad8d5286777d22edb7a69e2f4500b6f948 | |
parent | 011157bbcfb7470881cc45fdee2714e1586502d1 [diff] |
fix(zynqmp): resolve null pointer dereferencing The upstream coverity tool has reported the null pointer dereferences (NULL_RETURNS) warning. The coverity warning, Dereferencing a pointer that might be "NULL" "proc" when calling "pm_client_suspend". Fix the same by checking the NULL before processing further. Change-Id: I33acead9250bab0ed24b94aa1c1bdc31e80de771 Signed-off-by: Ronak Jain <ronak.jain@amd.com>