|
@@ -2136,7 +2136,6 @@ static unsigned int ahci_qc_issue(struct ata_queued_cmd *qc)
|
|
|
if (qc->tf.protocol == ATA_PROT_NCQ)
|
|
if (qc->tf.protocol == ATA_PROT_NCQ)
|
|
|
writel(1 << qc->tag, port_mmio + PORT_SCR_ACT);
|
|
writel(1 << qc->tag, port_mmio + PORT_SCR_ACT);
|
|
|
writel(1 << qc->tag, port_mmio + PORT_CMD_ISSUE);
|
|
writel(1 << qc->tag, port_mmio + PORT_CMD_ISSUE);
|
|
|
- readl(port_mmio + PORT_CMD_ISSUE); /* flush */
|
|
|
|
|
|
|
|
|
|
ahci_sw_activity(qc->dev->link);
|
|
ahci_sw_activity(qc->dev->link);
|
|
|
|
|
|