Commit 522928a8 authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (f71882fg) Remove extra return statement



Leftover from commit 33cd66e3 (hwmon: (f71882fg) Convert to use
devm_ functions).

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 39b103b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2420,7 +2420,6 @@ static int f71882fg_probe(struct platform_device *pdev)
exit_unregister_sysfs:
	f71882fg_remove(pdev); /* Will unregister the sysfs files for us */
	return err; /* f71882fg_remove() also frees our data */
	return err;
}

static int f71882fg_remove(struct platform_device *pdev)