![](https://secure.gravatar.com/avatar/2c82d4e2a3f6f360708276583a4ebca9.jpg?s=120&d=mm&r=g)
24 Nov
2017
24 Nov
'17
9:34 a.m.
On Fri, Nov 24, 2017 at 08:37:41AM +0100, SF Markus Elfring wrote:
From: Markus Elfring elfring@users.sourceforge.net Date: Fri, 24 Nov 2017 07:45:59 +0100
The release_firmware() function was called in a few cases by the wm2000_i2c_probe() function during error handling even if the passed variable contained a null pointer.
Adjust jump targets according to the Linux coding style convention.
Delete the label "out" and an initialisation for the variable "fw" at the beginning which became unnecessary with this refactoring.
Signed-off-by: Markus Elfring elfring@users.sourceforge.net
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles