Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bart Van Assche and committed by
Martin K. Petersen
e656f0d0 bcba3c22

+1
+1
drivers/scsi/libsas/sas_ata.c
··· 343 343 case SAS_END_DEVICE: 344 344 if (ex_phy->attached_sata_dev) 345 345 return sas_ata_clear_pending(dev, ex_phy); 346 + /* fall through */ 346 347 default: 347 348 return -ENODEV; 348 349 }