Re: [KJ][PATCH] i2c: SPIN_LOCK_UNLOCKED cleanup

2007-04-19 Thread Jean Delvare
On Thu, 19 Apr 2007 09:35:58 +0530, Milind Arun Choudhary wrote: > SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead > > Signed-off-by: Milind Arun Choudhary <[EMAIL PROTECTED]> > > --- > i2c-pxa.c |2 +- > i2c-s3c2410.c |2 +- > 2 files changed, 2 insertions(+), 2

Re: [KJ][PATCH] i2c: SPIN_LOCK_UNLOCKED cleanup

2007-04-19 Thread Jean Delvare
On Thu, 19 Apr 2007 09:35:58 +0530, Milind Arun Choudhary wrote: SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead Signed-off-by: Milind Arun Choudhary [EMAIL PROTECTED] --- i2c-pxa.c |2 +- i2c-s3c2410.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[KJ][PATCH] i2c: SPIN_LOCK_UNLOCKED cleanup

2007-04-18 Thread Milind Arun Choudhary
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead Signed-off-by: Milind Arun Choudhary <[EMAIL PROTECTED]> --- i2c-pxa.c |2 +- i2c-s3c2410.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c

[KJ][PATCH] i2c: SPIN_LOCK_UNLOCKED cleanup

2007-04-18 Thread Milind Arun Choudhary
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead Signed-off-by: Milind Arun Choudhary [EMAIL PROTECTED] --- i2c-pxa.c |2 +- i2c-s3c2410.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c