commit | 0933ad9c233b09ee5fd636525ed07c149c879980 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <juhl-lkml@dif.dk> | Sat Jun 25 14:59:15 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:25:06 2005 -0700 |
tree | 9231b10b61f358f00f27bc3d40936b5a286bcfa4 | |
parent | 0159f76d9f5839c3c92bc3a91c865e94d5e489a8 [diff] |
[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>