aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR53C9x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/NCR53C9x.c')
-rw-r--r--drivers/scsi/NCR53C9x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR53C9x.c b/drivers/scsi/NCR53C9x.c
index 79b4df158140..96e8e29aa05d 100644
--- a/drivers/scsi/NCR53C9x.c
+++ b/drivers/scsi/NCR53C9x.c
@@ -1385,7 +1385,7 @@ int esp_abort(Scsi_Cmnd *SCptr)
1385 this->host_scribble = NULL; 1385 this->host_scribble = NULL;
1386 esp_release_dmabufs(esp, this); 1386 esp_release_dmabufs(esp, this);
1387 this->result = DID_ABORT << 16; 1387 this->result = DID_ABORT << 16;
1388 this->done(this); 1388 this->scsi_done(this);
1389 if(don) 1389 if(don)
1390 esp->dma_ints_on(esp); 1390 esp->dma_ints_on(esp);
1391 return SUCCESS; 1391 return SUCCESS;