diff options
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r-- | drivers/scsi/sata_mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index eb5f8bcd03c1..691c115ac8e1 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c | |||
@@ -1377,7 +1377,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, | |||
1377 | /* Note that DEV_IRQ might happen spuriously during EDMA, | 1377 | /* Note that DEV_IRQ might happen spuriously during EDMA, |
1378 | * and should be ignored in such cases. | 1378 | * and should be ignored in such cases. |
1379 | * The cause of this is still under investigation. | 1379 | * The cause of this is still under investigation. |
1380 | */ | 1380 | */ |
1381 | if (pp->pp_flags & MV_PP_FLAG_EDMA_EN) { | 1381 | if (pp->pp_flags & MV_PP_FLAG_EDMA_EN) { |
1382 | /* EDMA: check for response queue interrupt */ | 1382 | /* EDMA: check for response queue interrupt */ |
1383 | if ((CRPB_DMA_DONE << hard_port) & hc_irq_cause) { | 1383 | if ((CRPB_DMA_DONE << hard_port) & hc_irq_cause) { |