Commit 689658ed authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by Tom Rini

[PATCH] drivers_scsi_NCR53C9x_c synchronize_irq() fix

parent 3cbf8c2a
......@@ -1381,7 +1381,7 @@ int esp_abort(Scsi_Cmnd *SCptr)
don = esp->dma_ports_p(esp);
if(don) {
esp->dma_ints_off(esp);
synchronize_irq();
synchronize_irq(esp->irq);
}
if(esp->issue_SC) {
Scsi_Cmnd **prev, *this;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment