From: Markus Elfring Date: Sun, 30 Nov 2014 19:48:24 +0000 (-0300) Subject: [media] si2157: One function call less in si2157_init() after error X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e358c8a60f62fa89a13e35686f79eaeda0ca2127;p=pandora-kernel.git [media] si2157: One function call less in si2157_init() after error The release_firmware() function was called in some cases by the si2157_init() function during error handling even if the passed variable contained still a null pointer. This implementation detail could be improved by the introduction of another jump label. Signed-off-by: Markus Elfring Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed