mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
scsi: aacraid: Mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Reviewed-by: Dave Carroll <david.carroll@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
8d4d5b346c
commit
c121c57a45
@ -759,6 +759,7 @@ static int aac_eh_abort(struct scsi_cmnd* cmd)
|
||||
!(aac->raw_io_64) ||
|
||||
((cmd->cmnd[1] & 0x1f) != SAI_READ_CAPACITY_16))
|
||||
break;
|
||||
/* fall through */
|
||||
case INQUIRY:
|
||||
case READ_CAPACITY:
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user