From: Markus Elfring Date: Sun, 1 Feb 2015 18:12:56 +0000 (-0300) Subject: [media] mn88472: Deletion of an unnecessary check before the function call "release_f... X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68feaa6b8bc537de1d02732fb1b74fe5433ceff1;p=pandora-kernel.git [media] mn88472: 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed