[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)
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>

No differences found