scsi: libsas: Annotate fall-through in a switch statement
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
bcba3c22b5
commit
e656f0d07a
|
@ -343,6 +343,7 @@ static int smp_ata_check_ready(struct ata_link *link)
|
|||
case SAS_END_DEVICE:
|
||||
if (ex_phy->attached_sata_dev)
|
||||
return sas_ata_clear_pending(dev, ex_phy);
|
||||
/* fall through */
|
||||
default:
|
||||
return -ENODEV;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue