[media] si2168: One function call less in si2168_init() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 19 Nov 2014 22:23:15 +0000 (19:23 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 25 Nov 2014 14:12:01 +0000 (12:12 -0200)
commit034e1ec0ce299b9e90056793dcb3187e7add6b62
treee8990347cd8705380b53646eaa68f82351a7b40a
parent5ed0cf8800c4da58e1e501f7143154897d34e9c2
[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 <elfring@users.sourceforge.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/si2168.c