Re: [PATCH 2/7] i2c : convert semaphore to mutex in struct class

2008-01-06 Thread Jean Delvare
On Thu, 3 Jan 2008 13:54:41 +0800, Dave Young wrote: > Use mutex instead of semaphore in struct class. > > Signed-off-by: Dave Young <[EMAIL PROTECTED]> > --- > drivers/i2c/i2c-core.c |9 - > 1 file changed, 4 insertions(+), 5 deletions(-) Acked-by: Jean Delvare <[EMAIL PROTECTED]> -

[PATCH 2/7] i2c : convert semaphore to mutex in struct class

2008-01-02 Thread Dave Young
Use mutex instead of semaphore in struct class. Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- drivers/i2c/i2c-core.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff -upr linux/drivers/i2c/i2c-core.c linux.new/drivers/i2c/i2c-core.c --- linux/drivers/i2c/i2c-core.c