From: Bill Pemberton Date: Wed, 5 May 2010 19:27:29 +0000 (-0400) Subject: Staging: hv: Remove check for NULL before calling kfree() X-Git-Tag: v2.6.35-rc1~441^2^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e19c054434c7d3ad618129c2ff5c3d81efa6949;p=pandora-kernel.git Staging: hv: Remove check for NULL before calling kfree() kfree() knows how to deal with NULL, so there's no reason to check for NULL before passing something to it. Signed-off-by: Bill Pemberton Cc: Hank Janssen Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed