Re: [PATCH 1/2] i2c: s3c2410: Initialize i2c->gpios[] with requested gpio lines

2012-12-26 Thread Inderpal Singh
On 27 December 2012 09:39, Inderpal Singh wrote: > i2c->gpios[] is being used to free_gpios but it's not getting initialized. > > Signed-off-by: Inderpal Singh > --- > drivers/i2c/busses/i2c-s3c2410.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-s3c2410.c

[PATCH 1/2] i2c: s3c2410: Initialize i2c->gpios[] with requested gpio lines

2012-12-26 Thread Inderpal Singh
i2c->gpios[] is being used to free_gpios but it's not getting initialized. Signed-off-by: Inderpal Singh --- drivers/i2c/busses/i2c-s3c2410.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index a290d08..f1d1f1e 100644