From: Markus Elfring Date: Wed, 4 Feb 2015 18:30:23 +0000 (+0100) Subject: ath10k: delete unnecessary checks before the function call "release_firmware" X-Git-Tag: omap-for-v4.2/o2_dc~131^2~318^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2cf865c75792f2e52596bf3e94e9a98272becf;p=pandora-kernel.git ath10k: 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: Kalle Valo --- Reading git-diff-tree failed