]> git.openfabrics.org - ~emulex/infiniband.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)
commit5ed0cf8800c4da58e1e501f7143154897d34e9c2
tree547e529be54c117f71c45acf91fcbac87b12da8c
parent9bc2dd7ec0db76c7159d8124cd2bf8d1ff2a2ede
[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