[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090619230252.GB3862@local>
Date: Sat, 20 Jun 2009 01:02:52 +0200
From: "Hans J. Koch" <hjk@...utronix.de>
To: Jiri Slaby <jirislaby@...il.com>
Cc: hjk@...utronix.de, lm-sensors@...sensors.org,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] HWMON: max6650, fix lock imbalance
On Fri, Jun 19, 2009 at 11:26:35PM +0200, Jiri Slaby wrote:
> Add omitted update_lock to one switch/case in set_div.
Ahem, yes, thanks!
>
> Signed-off-by: Jiri Slaby <jirislaby@...il.com>
Signed-off-by: Hans J. Koch <hjk@...utronix.de>
> ---
> 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 86142a8..58f66be 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,
> data->count = 3;
> break;
> default:
> + mutex_unlock(&data->update_lock);
> dev_err(&client->dev,
> "illegal value for fan divider (%d)\n", div);
> return -EINVAL;
> --
> 1.6.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists