From: Markus Elfring Date: Wed, 19 Nov 2014 15:33:17 +0000 (+0100) Subject: drm/edid: Deletion of an unnecessary check before the function call "release_firmware" X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9084acf19bb98afb0ed90337fd39541103fe3494;p=pandora-kernel.git drm/edid: Deletion of 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 Reviewed-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed