From: Markus Elfring Date: Wed, 4 Feb 2015 12:17:48 +0000 (+0100) Subject: netxen: Delete an unnecessary check before the function call "kfree" X-Git-Tag: fixes-v4.0-rc1~150^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7017625e8b642506b7e56574353cc9695ca357;p=pandora-kernel.git netxen: Delete an unnecessary check before the function call "kfree" The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: David S. Miller --- Reading git-diff-tree failed