aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-01-25 13:36:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-01-25 13:36:27 +0000
commit3d2066526c138fd8f4a801c5d00037edf02df90e (patch)
treed4f7bf2ea046af01387c31a3901fed39c083cf5f /target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch
parentc198a513980a3e837967934e305eb65fef196826 (diff)
downloadupstream-3d2066526c138fd8f4a801c5d00037edf02df90e.tar.gz
upstream-3d2066526c138fd8f4a801c5d00037edf02df90e.tar.bz2
upstream-3d2066526c138fd8f4a801c5d00037edf02df90e.zip
update 2.6.27 patches with upstream fixes from git repository and mailing-lists. via-rhine is still broken, thus not switching to 2.6.27 as default.
SVN-Revision: 14173
Diffstat (limited to 'target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch')
-rw-r--r--target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch b/target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch
new file mode 100644
index 0000000000..e61ec8330a
--- /dev/null
+++ b/target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch
@@ -0,0 +1,12 @@
+diff -urN linux-2.6.27.5/drivers/watchdog/rc32434_wdt.c linux-2.6.27.5.new/drivers/watchdog/rc32434_wdt.c
+--- linux-2.6.27.5/drivers/watchdog/rc32434_wdt.c 2008-11-07 18:55:34.000000000 +0100
++++ linux-2.6.27.5.new/drivers/watchdog/rc32434_wdt.c 2008-11-15 22:06:28.000000000 +0100
+@@ -261,7 +261,7 @@
+ int ret;
+ struct resource *r;
+
+- r = platform_get_resource_byname(pdev, IORESOURCE_MEM, "rb500_wdt_res");
++ r = platform_get_resource_byname(pdev, IORESOURCE_MEM, "rb532_wdt_res");
+ if (!r) {
+ printk(KERN_ERR KBUILD_MODNAME
+ "failed to retrieve resources\n");