Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e82ce02 authored by Daeseok Youn's avatar Daeseok Youn Committed by Greg Kroah-Hartman
Browse files

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: default avatarDaeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dfa30ac1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;