mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
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: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dfa30ac139
commit
8e82ce0223
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue