diff options
Diffstat (limited to 'drivers/hwmon/adm9240.c')
| -rw-r--r-- | drivers/hwmon/adm9240.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adm9240.c b/drivers/hwmon/adm9240.c index 5c68e9c311aa..ce2a6eb93f6e 100644 --- a/drivers/hwmon/adm9240.c +++ b/drivers/hwmon/adm9240.c | |||
| @@ -616,7 +616,7 @@ static int adm9240_detect(struct i2c_adapter *adapter, int address, int kind) | |||
| 616 | 616 | ||
| 617 | return 0; | 617 | return 0; |
| 618 | exit_free: | 618 | exit_free: |
| 619 | kfree(new_client); | 619 | kfree(data); |
| 620 | exit: | 620 | exit: |
| 621 | return err; | 621 | return err; |
| 622 | } | 622 | } |
