|
@@ -1443,15 +1443,10 @@ static void ata_eh_report(struct ata_port *ap)
|
|
};
|
|
};
|
|
struct ata_queued_cmd *qc = __ata_qc_from_tag(ap, tag);
|
|
struct ata_queued_cmd *qc = __ata_qc_from_tag(ap, tag);
|
|
struct ata_taskfile *cmd = &qc->tf, *res = &qc->result_tf;
|
|
struct ata_taskfile *cmd = &qc->tf, *res = &qc->result_tf;
|
|
- unsigned int nbytes;
|
|
|
|
|
|
|
|
if (!(qc->flags & ATA_QCFLAG_FAILED) || !qc->err_mask)
|
|
if (!(qc->flags & ATA_QCFLAG_FAILED) || !qc->err_mask)
|
|
continue;
|
|
continue;
|
|
|
|
|
|
- nbytes = qc->nbytes;
|
|
|
|
- if (!nbytes)
|
|
|
|
- nbytes = qc->nsect << 9;
|
|
|
|
-
|
|
|
|
ata_dev_printk(qc->dev, KERN_ERR,
|
|
ata_dev_printk(qc->dev, KERN_ERR,
|
|
"cmd %02x/%02x:%02x:%02x:%02x:%02x/%02x:%02x:%02x:%02x:%02x/%02x "
|
|
"cmd %02x/%02x:%02x:%02x:%02x:%02x/%02x:%02x:%02x:%02x:%02x/%02x "
|
|
"tag %d cdb 0x%x data %u %s\n "
|
|
"tag %d cdb 0x%x data %u %s\n "
|
|
@@ -1461,7 +1456,7 @@ static void ata_eh_report(struct ata_port *ap)
|
|
cmd->lbal, cmd->lbam, cmd->lbah,
|
|
cmd->lbal, cmd->lbam, cmd->lbah,
|
|
cmd->hob_feature, cmd->hob_nsect,
|
|
cmd->hob_feature, cmd->hob_nsect,
|
|
cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah,
|
|
cmd->hob_lbal, cmd->hob_lbam, cmd->hob_lbah,
|
|
- cmd->device, qc->tag, qc->cdb[0], nbytes,
|
|
|
|
|
|
+ cmd->device, qc->tag, qc->cdb[0], qc->nbytes,
|
|
dma_str[qc->dma_dir],
|
|
dma_str[qc->dma_dir],
|
|
res->command, res->feature, res->nsect,
|
|
res->command, res->feature, res->nsect,
|
|
res->lbal, res->lbam, res->lbah,
|
|
res->lbal, res->lbam, res->lbah,
|