mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 20:25:00 +02:00
d0699bf918
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25863 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
583 B
Diff
17 lines
583 B
Diff
Index: linux-2.6.38-rc6/drivers/cbus/retu-wdt.c
|
|
===================================================================
|
|
--- linux-2.6.38-rc6.orig/drivers/cbus/retu-wdt.c 2011-03-04 15:46:21.312816961 +0100
|
|
+++ linux-2.6.38-rc6/drivers/cbus/retu-wdt.c 2011-03-04 15:46:54.658384947 +0100
|
|
@@ -124,9 +124,9 @@ static int retu_wdt_release(struct inode
|
|
struct retu_wdt_dev *wdev = file->private_data;
|
|
|
|
#ifndef CONFIG_WATCHDOG_NOWAYOUT
|
|
- retu_wdt_ping_enable(retu_wdt);
|
|
+ retu_wdt_ping_enable(wdev);
|
|
#endif
|
|
- clear_bit(0, &retu_wdt->users);
|
|
+ clear_bit(0, &wdev->users);
|
|
|
|
return 0;
|
|
}
|