]> git.baikalelectronics.ru Git - kernel.git/commit
[media] m88ds3103: One function call less in m88ds3103_init() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 19 Nov 2014 22:20:51 +0000 (19:20 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 25 Nov 2014 14:07:33 +0000 (12:07 -0200)
commit8fd4a108b5007ef341f8c43f8ea565695dc98413
tree547e529be54c117f71c45acf91fcbac87b12da8c
parent3cf4c9f7f526c2ff830ab0c339bff3835f72d727
[media] m88ds3103: One function call less in m88ds3103_init() after error detection

GIT_AUTHOR_DATE=1416472158
The release_firmware() function was called in some cases by the
m88ds3103_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/m88ds3103.c