Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33760
b: refs/heads/master
c: 290995f
h: refs/heads/master
v: v3
  • Loading branch information
Ian E. Morgan authored and Linus Torvalds committed Sep 1, 2006
1 parent f7c0280 commit 586fa28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ef16b5194f3233a11851180cd82eafb76542047d
refs/heads/master: 290995fc3c06c0548ae303dd0b1371a8727f4fad
4 changes: 2 additions & 2 deletions trunk/drivers/char/watchdog/sbc8360.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static int wd_margin = 0xB;
static int wd_multiplier = 2;
static int nowayout = WATCHDOG_NOWAYOUT;

module_param(timeout, int, 27);
module_param(timeout, int, 0);
MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))");
module_param(nowayout, int, 0);
MODULE_PARM_DESC(nowayout,
Expand Down Expand Up @@ -407,7 +407,7 @@ module_exit(sbc8360_exit);
MODULE_AUTHOR("Ian E. Morgan <imorgan@webcon.ca>");
MODULE_DESCRIPTION("SBC8360 watchdog driver");
MODULE_LICENSE("GPL");
MODULE_VERSION("1.0");
MODULE_VERSION("1.01");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);

/* end of sbc8360.c */

0 comments on commit 586fa28

Please sign in to comment.