mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
scsi: aacraid: Remove erroneous fallthrough annotation
This fallthrough annotation is unreachable so we can delete it.
Link: https://lore.kernel.org/r/20200825112003.GD285523@mwanda
Fixes: c4e2fbca37 ("scsi: aacraid: Reworked scsi command submission path")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
ad0c7775e7
commit
cfd3d2225a
@@ -3253,7 +3253,6 @@ int aac_scsi_cmd(struct scsi_cmnd * scsicmd)
|
||||
case START_STOP:
|
||||
return aac_start_stop(scsicmd);
|
||||
|
||||
/* FALLTHRU */
|
||||
default:
|
||||
/*
|
||||
* Unhandled commands
|
||||
|
||||
Reference in New Issue
Block a user