summaryrefslogtreecommitdiffstats
path: root/0001-Test-ata-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Test-ata-fix.patch')
-rw-r--r--0001-Test-ata-fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0001-Test-ata-fix.patch b/0001-Test-ata-fix.patch
deleted file mode 100644
index 0ae2cf71e..000000000
--- a/0001-Test-ata-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From bb4d91481dd2122351866e500b46cff9399f579d Mon Sep 17 00:00:00 2001
-From: Laura Abbott <labbott@fedoraproject.org>
-Date: Thu, 25 Feb 2016 11:40:07 -0800
-Subject: [PATCH] Test ata fix
-
-Signed-off-by: Laura Abbott <labbott@fedoraproject.org>
----
- drivers/ata/libahci.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
-index 1f225cc..998c6a8 100644
---- a/drivers/ata/libahci.c
-+++ b/drivers/ata/libahci.c
-@@ -1142,8 +1142,7 @@ static void ahci_port_init(struct device *dev, struct ata_port *ap,
-
- /* mark esata ports */
- tmp = readl(port_mmio + PORT_CMD);
-- if ((tmp & PORT_CMD_HPCP) ||
-- ((tmp & PORT_CMD_ESP) && (hpriv->cap & HOST_CAP_SXS)))
-+ if ((tmp & PORT_CMD_ESP) && (hpriv->cap & HOST_CAP_SXS))
- ap->pflags |= ATA_PFLAG_EXTERNAL;
- }
-
---
-2.5.0
-