diff options
Diffstat (limited to 'drivers/scsi/ahci.c')
-rw-r--r-- | drivers/scsi/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index a168b525d079..bb3686ae1885 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -680,7 +680,7 @@ static void ahci_eng_timeout(struct ata_port *ap) | |||
680 | * not being called from the SCSI EH. | 680 | * not being called from the SCSI EH. |
681 | */ | 681 | */ |
682 | qc->scsidone = scsi_finish_command; | 682 | qc->scsidone = scsi_finish_command; |
683 | qc->err_mask |= AC_ERR_OTHER; | 683 | qc->err_mask |= AC_ERR_TIMEOUT; |
684 | ata_qc_complete(qc); | 684 | ata_qc_complete(qc); |
685 | } | 685 | } |
686 | 686 | ||