summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-25 13:36:27 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-25 13:36:27 +0000
commit6c8ce180742f7f442db272387b49fbea11579323 (patch)
tree39a699b71e13e1cc6f56363c0670db3c98d8057b /target/linux/rb532/patches-2.6.27/020-rc32434_res_name.patch
parentacb7b631f32248190c9b28d706536977a32bc72f (diff)
[rb532] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14173 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..e61ec8330
--- /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");