scsi: mptfusion: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Warning level 2 was used: -Wimplicit-fallthrough=2 Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
14b470b568
commit
fc21ae8927
@@ -4327,6 +4327,7 @@ mptsas_hotplug_work(MPT_ADAPTER *ioc, struct fw_event_work *fw_event,
|
||||
}
|
||||
}
|
||||
mpt_findImVolumes(ioc);
|
||||
/* fall through */
|
||||
|
||||
case MPTSAS_ADD_DEVICE:
|
||||
memset(&sas_device, 0, sizeof(struct mptsas_devinfo));
|
||||
|
Reference in New Issue
Block a user