diff options
| -rw-r--r-- | drivers/hwmon/max6650.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/max6650.c b/drivers/hwmon/max6650.c index 86142a858238..58f66be61b1f 100644 --- a/drivers/hwmon/max6650.c +++ b/drivers/hwmon/max6650.c | |||
| @@ -418,6 +418,7 @@ static ssize_t set_div(struct device *dev, struct device_attribute *devattr, | |||
| 418 | data->count = 3; | 418 | data->count = 3; |
| 419 | break; | 419 | break; |
| 420 | default: | 420 | default: |
| 421 | mutex_unlock(&data->update_lock); | ||
| 421 | dev_err(&client->dev, | 422 | dev_err(&client->dev, |
| 422 | "illegal value for fan divider (%d)\n", div); | 423 | "illegal value for fan divider (%d)\n", div); |
| 423 | return -EINVAL; | 424 | return -EINVAL; |
