From: Markus Elfring Date: Wed, 19 Nov 2014 21:27:24 +0000 (-0300) Subject: [media] DVB-frontends: Deletion of unnecessary checks before the function call "relea... X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc2dd7ec0db76c7159d8124cd2bf8d1ff2a2ede;p=pandora-kernel.git [media] DVB-frontends: Deletion of unnecessary checks before the function call "release_firmware" GIT_AUTHOR_DATE=1416472432 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