]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4e886fbe73c9c3d8893a2aa0db4841f2041a9c35
tree9231b10b61f358f00f27bc3d40936b5a286bcfa4
parent6b43fcbb61f4f4004998d7ddc14ab2b99f742e1d
[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