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

Commit 7b06e09a authored by Bart Van Assche's avatar Bart Van Assche Committed by Mike Snitzer
Browse files

dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-through

parent 1c23484c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1379,6 +1379,7 @@ static void pg_init_done(void *data, int errors)
	case SCSI_DH_RETRY:
		/* Wait before retrying. */
		delay_retry = 1;
		/* fall through */
	case SCSI_DH_IMM_RETRY:
	case SCSI_DH_RES_TEMP_UNAVAIL:
		if (pg_init_limit_reached(m, pgpath))