Commit afdaaafe authored by Jonghwan Choi's avatar Jonghwan Choi Committed by Liam Girdwood

regulator: max8997: remove useless code

fix unreachable code.
Signed-off-by: default avatarJonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 6be6e96f
...@@ -267,7 +267,6 @@ static int max8997_get_enable_register(struct regulator_dev *rdev, ...@@ -267,7 +267,6 @@ static int max8997_get_enable_register(struct regulator_dev *rdev,
default: default:
/* Not controllable or not exists */ /* Not controllable or not exists */
return -EINVAL; return -EINVAL;
break;
} }
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment