diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-15 14:39:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-15 14:39:51 +0000 |
commit | 07532dca7f40b2e81df67eadb84f9f18c8be1ef1 (patch) | |
tree | f6f659f8c9b5b48b5f4020deee4326d3fa27c1df /target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch | |
parent | d614f8a880f8c44555fe1c3a89e8a037db7cf8eb (diff) | |
download | upstream-07532dca7f40b2e81df67eadb84f9f18c8be1ef1.tar.gz upstream-07532dca7f40b2e81df67eadb84f9f18c8be1ef1.tar.bz2 upstream-07532dca7f40b2e81df67eadb84f9f18c8be1ef1.zip |
kernel: update linux 3.8 to 3.8.3
Also refresh the related generic/platform patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36039
Diffstat (limited to 'target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch b/target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch index 82249eab3d..dbf9591c79 100644 --- a/target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch +++ b/target/linux/lantiq/patches-3.8/0010-PINCTRL-lantiq-only-probe-available-pad-controllers.patch @@ -11,11 +11,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> drivers/pinctrl/pinctrl-falcon.c | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/drivers/pinctrl/pinctrl-falcon.c b/drivers/pinctrl/pinctrl-falcon.c -index 8ed20e8..6331c5c 100644 --- a/drivers/pinctrl/pinctrl-falcon.c +++ b/drivers/pinctrl/pinctrl-falcon.c -@@ -398,6 +398,9 @@ static int pinctrl_falcon_probe(struct platform_device *pdev) +@@ -398,6 +398,9 @@ static int pinctrl_falcon_probe(struct p u32 avail; int pins; @@ -25,6 +23,3 @@ index 8ed20e8..6331c5c 100644 if (!ppdev) { dev_err(&pdev->dev, "failed to find pad pdev\n"); continue; --- -1.7.10.4 - |