hwmon: (max6650) Fix lock imbalance
Add omitted update_lock to one switch/case in set_div. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Acked-by: Hans J. Koch <hjk@linutronix.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
f00caa7629
commit
025dc740d0
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ static ssize_t set_div(struct device *dev, struct device_attribute *devattr,
|
||||||
data->count = 3;
|
data->count = 3;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
mutex_unlock(&data->update_lock);
|
||||||
dev_err(&client->dev,
|
dev_err(&client->dev,
|
||||||
"illegal value for fan divider (%d)\n", div);
|
"illegal value for fan divider (%d)\n", div);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
Loading…
Reference in a new issue