JFS: Remove redundant kfree() NULL pointer checks
authorJesper Juhl <juhl-lkml@dif.dk>
Mon, 9 May 2005 15:47:14 +0000 (10:47 -0500)
committerDave Kleikamp <shaggy@austin.ibm.com>
Mon, 9 May 2005 15:47:14 +0000 (10:47 -0500)
kfree() can handle a NULL pointer, don't worry about passing it one.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>

No differences found