[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)
commit71947828caef0c83d4245f7d1eaddc799b4ff1d1
tree64729b2d464c64cb3ec0b3596c21734a28016c70
parentb59113845f76b8b21946563ee538a580fc972c6c
[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