From 347556d3f5cf35a659bc877efb2da6b55975e785 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Thu, 4 Aug 2005 09:04:56 +0200 Subject: [PATCH] --- yaml --- r: 6048 b: refs/heads/master c: c0b34ad2956036cdba87792d6c46d8f491539df1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/scsi/ahci.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 3814aafb1da1..b229b4390b1f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9309049544935f804b745aa4dea043fb39b2bf2a +refs/heads/master: c0b34ad2956036cdba87792d6c46d8f491539df1 diff --git a/trunk/drivers/scsi/ahci.c b/trunk/drivers/scsi/ahci.c index 0c79cafb1348..0b228ff67143 100644 --- a/trunk/drivers/scsi/ahci.c +++ b/trunk/drivers/scsi/ahci.c @@ -698,9 +698,6 @@ static int ahci_qc_issue(struct ata_queued_cmd *qc) struct ata_port *ap = qc->ap; void *port_mmio = (void *) ap->ioaddr.cmd_addr; - writel(1, port_mmio + PORT_SCR_ACT); - readl(port_mmio + PORT_SCR_ACT); /* flush */ - writel(1, port_mmio + PORT_CMD_ISSUE); readl(port_mmio + PORT_CMD_ISSUE); /* flush */