scsi: hisi_sas: Remove stray fallthrough annotation
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 17 Mar 2022 07:52:14 +0000 (10:52 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 30 Mar 2022 03:53:03 +0000 (23:53 -0400)
commit066f4c31945ce2cb30e840794ee01713dec73b74
treec92522763a98e894b4eff18a3e3e38009c0f8f19
parent41b8c2a31472a97349fe54c3a6b3176d9cdc31be
scsi: hisi_sas: Remove stray fallthrough annotation

This case statement doesn't fall through any more so remove the fallthrough
annotation.

Link: https://lore.kernel.org/r/20220317075214.GC25237@kili
Acked-by: John Garry <john.garry@huawei.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_main.c