]> Git Repo - linux.git/commitdiff
hwmon: (max6650) Fix lock imbalance
authorJiri Slaby <[email protected]>
Sat, 11 Jul 2009 11:42:37 +0000 (13:42 +0200)
committerJean Delvare <[email protected]>
Sat, 11 Jul 2009 11:42:37 +0000 (13:42 +0200)
Add omitted update_lock to one switch/case in set_div.

Signed-off-by: Jiri Slaby <[email protected]>
Acked-by: Hans J. Koch <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
drivers/hwmon/max6650.c

index 86142a858238b8ddc0ccf65282ef56e34bd0b8ff..58f66be61b1fbb5e91498c87829b8c912cedc5bc 100644 (file)
@@ -418,6 +418,7 @@ static ssize_t set_div(struct device *dev, struct device_attribute *devattr,
                data->count = 3;
                break;
        default:
+               mutex_unlock(&data->update_lock);
                dev_err(&client->dev,
                        "illegal value for fan divider (%d)\n", div);
                return -EINVAL;
This page took 0.052161 seconds and 4 git commands to generate.