From: Markus Elfring Date: Mon, 1 Dec 2014 21:55:29 +0000 (-0300) Subject: [media] mn88473: Remove uneeded check before release_firmware() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~130^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59113845f76b8b21946563ee538a580fc972c6c;p=pandora-kernel.git [media] mn88473: Remove uneeded check before 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: Mauro Carvalho Chehab --- Reading git-diff-tree failed