From: Jesper Juhl Date: Wed, 22 Jun 2005 00:17:30 +0000 (-0700) Subject: [PATCH] md: remove unneeded NULL checks before kfree X-Git-Tag: v2.6.13-rc1~68^2~582^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990a8baf568ca1d0ae65e59783ff821794118d07;p=pandora-kernel.git [PATCH] md: remove unneeded NULL checks before kfree This patch removes some unneeded checks of pointers being NULL before calling kfree() on them. kfree() handles NULL pointers just fine, checking first is pointless. Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed