diff options
-rw-r--r-- | drivers/hwmon/f71882fg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c index 31b221eeee6c..03d8592810bf 100644 --- a/drivers/hwmon/f71882fg.c +++ b/drivers/hwmon/f71882fg.c | |||
@@ -2420,7 +2420,6 @@ static int f71882fg_probe(struct platform_device *pdev) | |||
2420 | exit_unregister_sysfs: | 2420 | exit_unregister_sysfs: |
2421 | f71882fg_remove(pdev); /* Will unregister the sysfs files for us */ | 2421 | f71882fg_remove(pdev); /* Will unregister the sysfs files for us */ |
2422 | return err; /* f71882fg_remove() also frees our data */ | 2422 | return err; /* f71882fg_remove() also frees our data */ |
2423 | return err; | ||
2424 | } | 2423 | } |
2425 | 2424 | ||
2426 | static int f71882fg_remove(struct platform_device *pdev) | 2425 | static int f71882fg_remove(struct platform_device *pdev) |