[PATCH] kfree cleanups for drivers/firmware/
authorJesper Juhl <juhl-lkml@dif.dk>
Sat, 25 Jun 2005 21:59:15 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:25:06 +0000 (16:25 -0700)
commit0933ad9c233b09ee5fd636525ed07c149c879980
tree9231b10b61f358f00f27bc3d40936b5a286bcfa4
parent0159f76d9f5839c3c92bc3a91c865e94d5e489a8
[PATCH] kfree cleanups for drivers/firmware/

Here's a patch with kfree() cleanups for drivers/firmware/efivars.c Patch
removes redundant NULL checks before kfree and also makes a small
whitespace cleanup - moves two statements on same line to separate lines.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/firmware/efivars.c