Re: [PATCH] MFD : add MAX77686 mfd driver

From: Andi Shyti
Date: Mon Apr 30 2012 - 05:17:55 EST


Hi,

> + mutex_lock(&max77686->iolock);
> + ret = i2c_smbus_read_i2c_block_data(i2c, reg, count, buf);
> + mutex_unlock(&max77686->iolock);

Is it relly necessay to lock whenever you read/write from/to the
i2c bus? Considering also that these are exported function,
someone else may lock here before, so we can have a double
locking on the same mutex.

Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/