Re: [PATCH 1/2] regulator: wm8994: Remove redundant break

2013-10-04 Thread Mark Brown
On Fri, Oct 04, 2013 at 03:18:17PM +0530, Sachin Kamat wrote: > default: > return (selector * 10) + 95; > } > - break; > default: I'm not sure this is actually a clarity improvement. While the break is redundant the retu

[PATCH 1/2] regulator: wm8994: Remove redundant break

2013-10-04 Thread Sachin Kamat
'break' after return has no effect. Remove it. Signed-off-by: Sachin Kamat --- drivers/regulator/wm8994-regulator.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/wm8994-regulator.c b/drivers/regulator/wm8994-regulator.c index 71c5911..ffc1b2f 100644 --- a/drivers/regul