[media] mn88472: One function call less in mn88472_init() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 1 Feb 2015 18:34:37 +0000 (15:34 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 1 Apr 2015 09:22:27 +0000 (06:22 -0300)
The release_firmware() function was called in three cases by the mn88472_init()
function during error handling even if the passed variable "fw" 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>

No differences found