From: Jesper Juhl Date: Wed, 17 Aug 2005 20:06:34 +0000 (+0200) Subject: [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver... X-Git-Tag: v2.6.14-rc1~751^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef6ec8dd96205fb22e3cfe2e4abd69d89413631;p=pandora-kernel.git [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core Remove needless checking of variable for NULL before calling kfree() on it. Applies to 2.6.13-rc6-git9 Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed