From: Markus Elfring Date: Tue, 25 Nov 2014 21:33:45 +0000 (+0100) Subject: net: Hyper-V: Deletion of an unnecessary check before the function call "vfree" X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa99c47933d2c9a7622440d1b08ebb46ad8bd741;p=pandora-kernel.git net: Hyper-V: Deletion of an unnecessary check before the function call "vfree" The vfree() function performs also input parameter validation. 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: Haiyang Zhang Signed-off-by: David S. Miller --- Reading git-diff-tree failed