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
'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
2 matches
Mail list logo