lkml.org 
[lkml]   [2013]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] regulator: wm8994: Remove redundant break
Date
'break' after return has no effect. Remove it.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
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/regulator/wm8994-regulator.c
+++ b/drivers/regulator/wm8994-regulator.c
@@ -63,7 +63,6 @@ static int wm8994_ldo2_list_voltage(struct regulator_dev *rdev,
default:
return (selector * 100000) + 950000;
}
- break;
default:
return -EINVAL;
}
--
1.7.9.5


\
 
 \ /
  Last update: 2013-10-04 12:01    [W:0.040 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site