]> git.baikalelectronics.ru Git - kernel.git/commit
[media] mn88473: One function call less in mn88473_init() after error
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 1 Dec 2014 22:15:20 +0000 (19:15 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Dec 2014 18:00:47 +0000 (16:00 -0200)
commit51f294ae9fc24ee655557b5554c6a24506a5ed78
tree64729b2d464c64cb3ec0b3596c21734a28016c70
parent2b560188fb03f7780c383d5721034e008b921a26
[media] mn88473: One function call less in mn88473_init() after error

The release_firmware() function was called by the mn88473_init() function even
if a previous function call "request_firmware" failed.
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/staging/media/mn88473/mn88473.c