|
@@ -1402,6 +1402,7 @@ static void ata_eh_analyze_ncq_error(struct ata_link *link)
|
|
|
/* we've got the perpetrator, condemn it */
|
|
|
qc = __ata_qc_from_tag(ap, tag);
|
|
|
memcpy(&qc->result_tf, &tf, sizeof(tf));
|
|
|
+ qc->result_tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_LBA | ATA_TFLAG_LBA48;
|
|
|
qc->err_mask |= AC_ERR_DEV | AC_ERR_NCQ;
|
|
|
ehc->i.err_mask &= ~AC_ERR_DEV;
|
|
|
}
|