commit | bf104c238dc1c7172460853882a545141eaa8222 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Feb 01 15:34:37 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Apr 01 06:22:27 2015 -0300 |
tree | bf2f1d7cd0e6dd3360ac34e42427a859f4933d06 | |
parent | 68feaa6b8bc537de1d02732fb1b74fe5433ceff1 [diff] |
[media] mn88472: One function call less in mn88472_init() after error detection 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>