提交 6a462e1d 编写于 作者: S Sachin Kamat 提交者: Chanwoo Choi

extcon: max8997: Remove unreachable code

'break' after 'return' is never executed and hence can be deleted.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: NMyungjoo Ham <myungjoo.ham@samsung.com>
上级 cae93db3
...@@ -289,7 +289,6 @@ static int max8997_muic_handle_charger_type_detach( ...@@ -289,7 +289,6 @@ static int max8997_muic_handle_charger_type_detach(
break; break;
default: default:
return -EINVAL; return -EINVAL;
break;
} }
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册