From: Markus Elfring Date: Tue, 25 Nov 2014 12:44:20 +0000 (+0100) Subject: drm/msm: Deletion of unnecessary checks before the function call "release_firmware" X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~356^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5acb07ea802c3a06bbe22cba32fbb8eb97b6b3ae;p=pandora-kernel.git drm/msm: Deletion of 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 Reviewed-by: Thierry Reding Signed-off-by: Rob Clark --- Reading git-diff-tree failed