Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37978
b: refs/heads/master
c: 2898172
h: refs/heads/master
v: v3
  • Loading branch information
Wim Van Sebroeck committed Oct 2, 2006
1 parent eafa185 commit 5da5893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9325fa36151fb9af39e697a6cd87e82667e2d8f9
refs/heads/master: 2898172708aa84c9b0ce3865d6ff1ef76b538f51
6 changes: 1 addition & 5 deletions trunk/drivers/char/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@

#define WDOG_COUNTER_RATE 13000000 /*the counter clock is 13 MHz fixed */

#ifdef CONFIG_WATCHDOG_NOWAYOUT
static int nowayout = 1;
#else
static int nowayout = 0;
#endif
static int nowayout = WATCHDOG_NOWAYOUT;
static int heartbeat = DEFAULT_HEARTBEAT;

static unsigned long wdt_status;
Expand Down

0 comments on commit 5da5893

Please sign in to comment.