]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf13154ef3284aaccfdabfa811e4116ef8829d1da
treee8990347cd8705380b53646eaa68f82351a7b40a
parent70339fb1d4cb07b3243544db27619675ed2f25e8
[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