[PATCH] redundant NULL checks before kfree should go away...

2005-04-11 Thread Jesper Juhl
(keeping me on CC when replying will be appreciated, thanks) kfree() checks for NULL pointers. Checking prior to calling it is reundant. This patch removes such redundant checks from arch/ppc64/ Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> diff -upr

[PATCH] redundant NULL checks before kfree should go away...

2005-04-11 Thread Jesper Juhl
(keeping me on CC when replying will be appreciated, thanks) kfree() checks for NULL pointers. Checking prior to calling it is reundant. This patch removes such redundant checks from arch/ppc64/ Signed-off-by: Jesper Juhl [EMAIL PROTECTED] diff -upr