aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-12-28 19:31:40 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-12-28 19:31:40 +0000
commit6766b3e8c16565db49f379e7bb2a9810e6870ece (patch)
tree3d3434ee2a19668c6a8adaf47bce530f7b9ff2c8 /target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch
parent8cc005abbdf6d3b36bbde58b68a5a372a780b0eb (diff)
downloadmaster-187ad058-6766b3e8c16565db49f379e7bb2a9810e6870ece.tar.gz
master-187ad058-6766b3e8c16565db49f379e7bb2a9810e6870ece.tar.bz2
master-187ad058-6766b3e8c16565db49f379e7bb2a9810e6870ece.zip
ipq806x: refresh patches
This makes the patchs apply again. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch')
-rw-r--r--target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch b/target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch
index b727e2693e..aa2fee6ed3 100644
--- a/target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch
+++ b/target/linux/ipq806x/patches/0109-libahci-Allow-drivers-to-override-start_engine.patch
@@ -23,7 +23,7 @@ Signed-off-by: Tejun Heo <tj@kernel.org>
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
-@@ -583,6 +583,7 @@ static int ahci_vt8251_hardreset(struct
+@@ -606,6 +606,7 @@ static int ahci_vt8251_hardreset(struct
unsigned long deadline)
{
struct ata_port *ap = link->ap;
@@ -31,7 +31,7 @@ Signed-off-by: Tejun Heo <tj@kernel.org>
bool online;
int rc;
-@@ -593,7 +594,7 @@ static int ahci_vt8251_hardreset(struct
+@@ -616,7 +617,7 @@ static int ahci_vt8251_hardreset(struct
rc = sata_link_hardreset(link, sata_ehc_deb_timing(&link->eh_context),
deadline, &online, NULL);
@@ -40,7 +40,7 @@ Signed-off-by: Tejun Heo <tj@kernel.org>
DPRINTK("EXIT, rc=%d, class=%u\n", rc, *class);
-@@ -608,6 +609,7 @@ static int ahci_p5wdh_hardreset(struct a
+@@ -631,6 +632,7 @@ static int ahci_p5wdh_hardreset(struct a
{
struct ata_port *ap = link->ap;
struct ahci_port_priv *pp = ap->private_data;
@@ -48,7 +48,7 @@ Signed-off-by: Tejun Heo <tj@kernel.org>
u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG;
struct ata_taskfile tf;
bool online;
-@@ -623,7 +625,7 @@ static int ahci_p5wdh_hardreset(struct a
+@@ -646,7 +648,7 @@ static int ahci_p5wdh_hardreset(struct a
rc = sata_link_hardreset(link, sata_ehc_deb_timing(&link->eh_context),
deadline, &online, NULL);