mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
scsi: nsp32: Remove unneeded semicolon
This addresses the following coccinelle warning: drivers/scsi/nsp32.c:1250:4-5: Unneeded semicolon drivers/scsi/nsp32.c:1842:2-3: Unneeded semicolon Link: https://lore.kernel.org/r/20200911091049.2938158-1-yanaijie@huawei.com Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
8d4089cdc3
commit
94e476520e
@@ -1247,7 +1247,7 @@ static irqreturn_t do_nsp32_isr(int irq, void *dev_id)
|
|||||||
* ---> AutoSCSI with MSGOUTreg is processed.
|
* ---> AutoSCSI with MSGOUTreg is processed.
|
||||||
*/
|
*/
|
||||||
data->msgout_len = 0;
|
data->msgout_len = 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
nsp32_dbg(NSP32_DEBUG_INTR, "MsgOut phase processed");
|
nsp32_dbg(NSP32_DEBUG_INTR, "MsgOut phase processed");
|
||||||
}
|
}
|
||||||
@@ -1839,7 +1839,7 @@ static void nsp32_msgout_occur(struct scsi_cmnd *SCpnt)
|
|||||||
|
|
||||||
nsp32_dbg(NSP32_DEBUG_MSGOUTOCCUR, "bus: 0x%x\n",
|
nsp32_dbg(NSP32_DEBUG_MSGOUTOCCUR, "bus: 0x%x\n",
|
||||||
nsp32_read1(base, SCSI_BUS_MONITOR));
|
nsp32_read1(base, SCSI_BUS_MONITOR));
|
||||||
};
|
}
|
||||||
|
|
||||||
data->msgout_len = 0;
|
data->msgout_len = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user