1
0
Fork 0

hwmon: (f71882fg) Remove extra return statement

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

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
wifi-calibration
Guenter Roeck 2013-09-14 00:47:24 -07:00
parent 39b103b4d2
commit 522928a87f
1 changed files with 0 additions and 1 deletions

View File

@ -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)