diff options
Diffstat (limited to 'drivers/scsi/libata-eh.c')
-rw-r--r-- | drivers/scsi/libata-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libata-eh.c b/drivers/scsi/libata-eh.c index cd133f83e595..e401f353f848 100644 --- a/drivers/scsi/libata-eh.c +++ b/drivers/scsi/libata-eh.c | |||
@@ -350,7 +350,7 @@ static void ata_qc_timeout(struct ata_queued_cmd *qc) | |||
350 | qc->tf.command, drv_stat, host_stat); | 350 | qc->tf.command, drv_stat, host_stat); |
351 | 351 | ||
352 | /* complete taskfile transaction */ | 352 | /* complete taskfile transaction */ |
353 | qc->err_mask |= ac_err_mask(drv_stat); | 353 | qc->err_mask |= AC_ERR_TIMEOUT; |
354 | break; | 354 | break; |
355 | } | 355 | } |
356 | 356 | ||