Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189547
b: refs/heads/master
c: 8ba42bd
h: refs/heads/master
i:
  189545: 346eb4c
  189543: fba94fd
v: v3
  • Loading branch information
Thomas Mingarelli authored and Wim Van Sebroeck committed Apr 6, 2010
1 parent 96ef712 commit aca6178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4c7d849204341dea19be941a3c1eb4bdffac9cc4
refs/heads/master: 8ba42bd88c6982fe224b09c33151c797b0fdf1a5
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static void hpwdt_ping(void)
static int hpwdt_change_timer(int new_margin)
{
/* Arbitrary, can't find the card's limits */
if (new_margin < 30 || new_margin > 600) {
if (new_margin < 5 || new_margin > 600) {
printk(KERN_WARNING
"hpwdt: New value passed in is invalid: %d seconds.\n",
new_margin);
Expand Down

0 comments on commit aca6178

Please sign in to comment.