Re: [PATCH 2/2] regulator: gpio: Remove redundant break

2013-10-04 Thread Mark Brown
On Fri, Oct 04, 2013 at 03:18:18PM +0530, Sachin Kamat wrote: > 'break' after goto has no effect. Remove it. Applied, thanks. signature.asc Description: Digital signature

[PATCH 2/2] regulator: gpio: Remove redundant break

2013-10-04 Thread Sachin Kamat
'break' after goto has no effect. Remove it. Signed-off-by: Sachin Kamat --- drivers/regulator/gpio-regulator.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c index 98a98ff..04406a9 100644 --- a/drivers/regulator/gpi