Quoting Dmitry Baryshkov (2022-05-07 04:40:09)
There is no need to check that kfree() argument is not NULL. Remove extra check and call kfree() unconditionally.
Reported-by: kernel test robot lkp@intel.com Signed-off-by: Dmitry Baryshkov dmitry.baryshkov@linaro.org
Reviewed-by: Stephen Boyd swboyd@chromium.org