aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_mv.c
diff options
context:
space:
mode:
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 }