aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/sata_dwc_460ex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c
index 5ab484992a4b..902034991517 100644
--- a/drivers/ata/sata_dwc_460ex.c
+++ b/drivers/ata/sata_dwc_460ex.c
@@ -295,7 +295,7 @@ static void dma_dwc_xfer_done(void *hsdev_instance)
295 } 295 }
296 296
297 if ((hsdevp->dma_interrupt_count % 2) == 0) 297 if ((hsdevp->dma_interrupt_count % 2) == 0)
298 sata_dwc_dma_xfer_complete(ap, 1); 298 sata_dwc_dma_xfer_complete(ap, 1);
299 299
300 spin_unlock_irqrestore(&host->lock, flags); 300 spin_unlock_irqrestore(&host->lock, flags);
301} 301}