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

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

scsi: be2iscsi: be_main: Mark expected switch fall-through



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

Addresses-Coverity-ID: 1357387 ("Missing break in switch")
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
parent 6a29edc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1532,6 +1532,7 @@ beiscsi_hdl_get_handle(struct beiscsi_conn *beiscsi_conn,
		break;
	case UNSOL_DATA_DIGEST_ERROR_NOTIFY:
		error = 1;
		/* fall through */
	case UNSOL_DATA_NOTIFY:
		pasync_handle = pasync_ctx->async_entry[ci].data;
		break;