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 c31b13fd5307..16db62211716 100644 --- a/drivers/scsi/libata-eh.c +++ b/drivers/scsi/libata-eh.c | |||
@@ -171,7 +171,7 @@ static void ata_qc_timeout(struct ata_queued_cmd *qc) | |||
171 | ap->id, qc->tf.command, drv_stat, host_stat); | 171 | ap->id, qc->tf.command, drv_stat, host_stat); |
172 | 172 | ||
173 | /* complete taskfile transaction */ | 173 | /* complete taskfile transaction */ |
174 | qc->err_mask |= ac_err_mask(drv_stat); | 174 | qc->err_mask |= AC_ERR_TIMEOUT; |
175 | break; | 175 | break; |
176 | } | 176 | } |
177 | 177 | ||