Skip to content
Commit 95eff20f authored by Jesper Juhl's avatar Jesper Juhl Committed by Paul Mackerras
Browse files

[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: default avatarJesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 4009d980
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment