commit | 20fa9fc82334c67834eb22e20a3f4a07bcbe069d | [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 | 2b67ee6d7cb2f9be2128f005ffda18b1d9acb203 [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>