On 17/05/16 09:02, Dan Carpenter wrote: > We haven't taken the lock yet so we don't need to unlock here. > > Fixes: 0d96d5ead3f7 ('iio: humidity: Add triggered buffer support for AM2315') > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Acked-by: Tiberiu Breana <tiberiu.a.breana@xxxxxxxxx> Applied to the fixes-togreg-post-rc1 branch of iio.git Thanks, Jonathan > --- > v2: update subject > > diff --git a/drivers/iio/humidity/am2315.c b/drivers/iio/humidity/am2315.c > index 3be6d20..1153591 100644 > --- a/drivers/iio/humidity/am2315.c > +++ b/drivers/iio/humidity/am2315.c > @@ -165,10 +165,8 @@ static irqreturn_t am2315_trigger_handler(int irq, void *p) > struct am2315_sensor_data sensor_data; > > ret = am2315_read_data(data, &sensor_data); > - if (ret < 0) { > - mutex_unlock(&data->lock); > + if (ret < 0) > goto err; > - } > > mutex_lock(&data->lock); > if (*(indio_dev->active_scan_mask) == AM2315_ALL_CHANNEL_MASK) { > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html