[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1594724367-11593-1-git-send-email-wang.yi59@zte.com.cn>
Date: Tue, 14 Jul 2020 18:59:27 +0800
From: Yi Wang <wang.yi59@....com.cn>
To: jejb@...ux.ibm.com
Cc: martin.petersen@...cle.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, xue.zhihong@....com.cn,
wang.yi59@....com.cn, wang.liang82@....com.cn,
Liao Pingfang <liao.pingfang@....com.cn>
Subject: [PATCH] scsi: imm: Remove superfluous breaks
From: Liao Pingfang <liao.pingfang@....com.cn>
Remove superfluous breaks, as there is a "return" before them.
Signed-off-by: Liao Pingfang <liao.pingfang@....com.cn>
Signed-off-by: Yi Wang <wang.yi59@....com.cn>
---
drivers/scsi/imm.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/scsi/imm.c b/drivers/scsi/imm.c
index 2519fb7..1459b14 100644
--- a/drivers/scsi/imm.c
+++ b/drivers/scsi/imm.c
@@ -903,7 +903,6 @@ static int imm_engine(imm_struct *dev, struct scsi_cmnd *cmd)
w_ctr(ppb, 0x4);
}
return 0; /* Finished */
- break;
default:
printk("imm: Invalid scsi phase\n");
@@ -969,10 +968,8 @@ static int imm_abort(struct scsi_cmnd *cmd)
case 1: /* Have not connected to interface */
dev->cur_cmd = NULL; /* Forget the problem */
return SUCCESS;
- break;
default: /* SCSI command sent, can not abort */
return FAILED;
- break;
}
}
--
2.9.5
Powered by blists - more mailing lists