powerpc/crash: remove unnecessary NULL check before kvfree()
authorSourabh Jain <sourabhjain@linux.ibm.com>
Thu, 2 May 2024 18:20:40 +0000 (23:50 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 3 May 2024 02:20:50 +0000 (12:20 +1000)
commit9803af291162dbca4b9773586a3f5c392f0dd974
tree135fc0dd20d91382cbd6451582fe100a944ced7c
parent849599b702ef8977fcd5b2f27c61ef773c42bb88
powerpc/crash: remove unnecessary NULL check before kvfree()

Fix the following coccicheck build warning:

arch/powerpc/kexec/crash.c:488:2-8: WARNING: NULL check before some
freeing functions is not needed.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404261048.skfV5DDB-lkp@intel.com/
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240502182040.774759-1-sourabhjain@linux.ibm.com
arch/powerpc/kexec/crash.c