Re: [PATCH 2/2] i2c: s3c2410: free gpios in suspend function

2012-12-26 Thread Inderpal Singh
On 27 December 2012 09:39, Inderpal Singh wrote: > While resuming the gpios are being requested again, hence we need > to free the gpios before going to suspend otherwise it gives > "gpio request failed" errors while resuming. > > Signed-off-by: Inderpal Singh > --- > drivers/i2c/busses/i2c-s3c2

[PATCH 2/2] i2c: s3c2410: free gpios in suspend function

2012-12-26 Thread Inderpal Singh
While resuming the gpios are being requested again, hence we need to free the gpios before going to suspend otherwise it gives "gpio request failed" errors while resuming. Signed-off-by: Inderpal Singh --- drivers/i2c/busses/i2c-s3c2410.c |1 + 1 file changed, 1 insertion(+) diff --git a/dr