From: Markus Elfring Date: Sun, 1 Feb 2015 18:34:37 +0000 (-0300) Subject: [media] mn88472: One function call less in mn88472_init() after error detection X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf104c238dc1c7172460853882a545141eaa8222;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed