mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-25 07:14:36 +08: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user