From: Markus Elfring Date: Thu, 5 Feb 2015 15:33:09 +0000 (+0100) Subject: ueagle-atm: Delete unnecessary checks before the function call "release_firmware" X-Git-Tag: omap-for-v4.2/o2_dc~157^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533726f736c2c32956d78ad6f49ffaada110cbfd;p=pandora-kernel.git ueagle-atm: Delete unnecessary checks before the function call "release_firmware" The release_firmware() 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: Greg Kroah-Hartman --- Reading git-diff-tree failed