提交 8e82ce02 编写于 作者: D Daeseok Youn 提交者: Greg Kroah-Hartman

staging: dgap: remove unused case value in dgap_parsefile()

If rc is zero, this function will returns with an error and
cannot reach switch-case statement.
Signed-off-by: NDaeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 dfa30ac1
......@@ -6357,10 +6357,6 @@ static int dgap_parsefile(char **in)
}
switch (rc) {
case 0:
dgap_err("unexpected end of file");
return -1;
case BEGIN: /* should only be 1 begin */
dgap_err("unexpected config_begin\n");
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册