aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-02 14:48:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-02 14:48:27 +0000
commitc69ffda546522ae67544ad717a45abbc2ca3527f (patch)
treefb2de31fd6d40b87d35e63d5b8e01a03e9f0bbf8 /target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch
parent140be9f1a5915e952722813e60716a257d622f74 (diff)
downloadupstream-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.gz
upstream-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.bz2
upstream-c69ffda546522ae67544ad717a45abbc2ca3527f.zip
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48070
Diffstat (limited to 'target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch')
-rw-r--r--target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch b/target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch
index 0ea4592483..de44a9f286 100644
--- a/target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch
+++ b/target/linux/ramips/patches-4.3/0514-net-mediatek-fix_esw.patch
@@ -8,7 +8,7 @@
#include <linux/switch.h>
-@@ -1332,7 +1333,6 @@
+@@ -1332,7 +1333,6 @@ static int esw_probe(struct platform_dev
const __be32 *port_map, *reg_init;
struct switch_dev *swdev;
struct rt305x_esw *esw;
@@ -16,7 +16,7 @@
int ret;
esw = devm_kzalloc(&pdev->dev, sizeof(*esw), GFP_KERNEL);
-@@ -1340,7 +1340,7 @@
+@@ -1340,7 +1340,7 @@ static int esw_probe(struct platform_dev
return -ENOMEM;
esw->dev = &pdev->dev;
@@ -25,7 +25,7 @@
esw->base = devm_ioremap_resource(&pdev->dev, res);
if (!esw->base)
return -EADDRNOTAVAIL;
-@@ -1365,7 +1365,7 @@
+@@ -1365,7 +1365,7 @@ static int esw_probe(struct platform_dev
ret = register_switch(swdev, NULL);
if (ret < 0) {
dev_err(&pdev->dev, "register_switch failed\n");
@@ -34,7 +34,7 @@
}
platform_set_drvdata(pdev, esw);
-@@ -1383,11 +1383,6 @@
+@@ -1383,11 +1383,6 @@ static int esw_probe(struct platform_dev
}
return ret;