aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_mv.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-12-06 05:01:27 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-12-06 05:01:27 -0500
commit278efe950988e72e2d0cea35059438fc27035d13 (patch)
tree76096041fa7eeb2b6ecd5dcc8207012952d2bbc2 /drivers/scsi/sata_mv.c
parent701db69d6647f61e4660c9102d7f2fd5dffc203d (diff)
[libata] irq-pio: fix breakage related to err_mask merge
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r--drivers/scsi/sata_mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c
index ef148acb5eeb..17044168ebfe 100644
--- a/drivers/scsi/sata_mv.c
+++ b/drivers/scsi/sata_mv.c
@@ -1244,7 +1244,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant,
1244 /* mark qc status appropriately */ 1244 /* mark qc status appropriately */
1245 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) { 1245 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) {
1246 qc->err_mask |= err_mask; 1246 qc->err_mask |= err_mask;
1247 ata_qc_complete(qc, err_mask); 1247 ata_qc_complete(qc);
1248 } 1248 }
1249 } 1249 }
1250 } 1250 }