mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
scsi: 53c700: Remove redundant assignment to pointer SCp
Pointer SCp is being re-assigned the same value that it was initialized to a few lines earlier, the assignment is redundant and can be removed. Link: https://lore.kernel.org/r/20220123175530.110462-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
c99b9b2301
commit
efd7bb1d75
@ -1507,7 +1507,6 @@ NCR_700_intr(int irq, void *dev_id)
|
||||
struct scsi_cmnd *SCp = hostdata->cmd;
|
||||
|
||||
handled = 1;
|
||||
SCp = hostdata->cmd;
|
||||
|
||||
if(istat & SCSI_INT_PENDING) {
|
||||
udelay(10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user