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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue