aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
index 30676b0eb366..a168b525d079 100644
--- a/drivers/scsi/ahci.c
+++ b/drivers/scsi/ahci.c
@@ -721,7 +721,7 @@ static inline int ahci_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc)
721 ahci_restart_port(ap, status); 721 ahci_restart_port(ap, status);
722 722
723 if (qc) { 723 if (qc) {
724 qc->err_mask |= AC_ERR_OTHER; 724 qc->err_mask |= err_mask;
725 ata_qc_complete(qc); 725 ata_qc_complete(qc);
726 } 726 }
727 } 727 }