[PATCH] i2c: Semaphore to mutex conversions, part 3
Cleanup after the semaphores to mutexes conversions in the i2c subsystem. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

کامیت شده توسط
Greg Kroah-Hartman

والد
5c085d369c
کامیت
3fb9a65529
@@ -647,7 +647,7 @@ static inline void i2c_pxa_start_message(struct pxa_i2c *i2c)
|
||||
}
|
||||
|
||||
/*
|
||||
* We are protected by the adapter bus semaphore.
|
||||
* We are protected by the adapter bus mutex.
|
||||
*/
|
||||
static int i2c_pxa_do_xfer(struct pxa_i2c *i2c, struct i2c_msg *msg, int num)
|
||||
{
|
||||
|
مرجع در شماره جدید
Block a user