JFS: Remove redundant kfree() NULL pointer checks

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>
This commit is contained in:
Jesper Juhl 2005-05-09 10:47:14 -05:00 committed by Dave Kleikamp
commit 259692bd5a
2 changed files with 4 additions and 8 deletions