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

Commit 0779ad71 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva
Browse files

scsi: sym53c8xx_2: sym_nvram: Mark expected switch fall-through



In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
parent 7c290110
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -708,6 +708,7 @@ static int sym_read_Tekram_nvram (struct sym_device *np, Tekram_nvram *nvram)
					  data, len);
		if (!x)
			break;
		/* fall through */
	default:
		x = sym_read_T93C46_nvram(np, nvram);
		break;