You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Martin K. Petersen
parent
bcba3c22b5
commit
e656f0d07a
@@ -343,6 +343,7 @@ static int smp_ata_check_ready(struct ata_link *link)
|
|||||||
case SAS_END_DEVICE:
|
case SAS_END_DEVICE:
|
||||||
if (ex_phy->attached_sata_dev)
|
if (ex_phy->attached_sata_dev)
|
||||||
return sas_ata_clear_pending(dev, ex_phy);
|
return sas_ata_clear_pending(dev, ex_phy);
|
||||||
|
/* fall through */
|
||||||
default:
|
default:
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user