Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8813
b: refs/heads/master
c: 3908bb1
h: refs/heads/master
i:
  8811: 2edc93b
v: v3
  • Loading branch information
Wim Van Sebroeck committed Sep 12, 2005
1 parent 5792572 commit 7615217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 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: b4cc4aa24ca47b6a2bdb9029020502cff7c6e774
refs/heads/master: 3908bb1867e7455c4ea132b758970c312513c37d
7 changes: 1 addition & 6 deletions trunk/drivers/char/watchdog/sbc8360.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,7 @@ static int wd_times[64][2] = {
static int timeout = 27;
static int wd_margin = 0xB;
static int wd_multiplier = 2;

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

module_param(timeout, int, 27);
MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))");
Expand Down
7 changes: 1 addition & 6 deletions trunk/drivers/char/watchdog/w83977f_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ MODULE_PARM_DESC(timeout,"Watchdog timeout in seconds (15..7635), default=" __MO
module_param(testmode, int, 0);
MODULE_PARM_DESC(testmode,"Watchdog testmode (1 = no reboot), default=0");

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

static int nowayout = WATCHDOG_NOWAYOUT;
module_param(nowayout, int, 0);
MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=CONFIG_WATCHDOG_NOWAYOUT)");

Expand Down

0 comments on commit 7615217

Please sign in to comment.