From: Markus Elfring Date: Sat, 3 Jan 2015 18:49:37 +0000 (+0100) Subject: ASoC: Intel: Delete an unnecessary check before the function call "release_firmware" X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~22^2~6^4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3461d34f4cd632b403342ea1df33135e5e3ad3;p=pandora-kernel.git ASoC: Intel: Delete an unnecessary check 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: Mark Brown --- Reading git-diff-tree failed