From: Markus Elfring Date: Tue, 18 Nov 2014 20:03:13 +0000 (+0100) Subject: netlink: Deletion of an unnecessary check before the function call "__module_get" X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd4d35ecc1636c8ac50e3a6266a620eb8ff0626;p=pandora-kernel.git netlink: Deletion of an unnecessary check before the function call "__module_get" The __module_get() 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