From: Markus Elfring Date: Wed, 19 Nov 2014 22:23:15 +0000 (-0300) Subject: [media] si2168: One function call less in si2168_init() after error detection X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034e1ec0ce299b9e90056793dcb3187e7add6b62;p=pandora-kernel.git [media] si2168: One function call less in si2168_init() after error detection GIT_AUTHOR_DATE=1416472767 The release_firmware() function was called in some cases by the si2168_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