Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] Don't check pointer for NULL before passing it to kfree [arch…
…/powerpc/kernel/rtas_flash.c] Checking a pointer for NULL before passing it to kfree is pointless, kfree does its own NULL checking of input. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
- Loading branch information