diff options
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 912211ada816..0e23ecb77bc2 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c | |||
@@ -497,7 +497,7 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host) | |||
497 | continue; | 497 | continue; |
498 | DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", | 498 | DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", |
499 | ap->id, qc->tf.protocol, status); | 499 | ap->id, qc->tf.protocol, status); |
500 | 500 | ||
501 | /* complete taskfile transaction */ | 501 | /* complete taskfile transaction */ |
502 | pp->state = adma_state_idle; | 502 | pp->state = adma_state_idle; |
503 | qc->err_mask |= ac_err_mask(status); | 503 | qc->err_mask |= ac_err_mask(status); |