]> 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)
commit655df79621b17d6f975a9f43f741e690d6fc82c4
treee8990347cd8705380b53646eaa68f82351a7b40a
parent8fd4a108b5007ef341f8c43f8ea565695dc98413
[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