Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208107
b: refs/heads/master
c: 4c4b638
h: refs/heads/master
i:
  208105: b759f58
  208103: b8f26c3
v: v3
  • Loading branch information
Wim Van Sebroeck committed Aug 8, 2010
1 parent fff907c commit 72ec157
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: 9f2cc6f759ca0b072107c171a3b5cd79c7ea5de3
refs/heads/master: 4c4b638e3718344e4caeb157cfbfde1b6a7b1562
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/sch311x_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,15 +425,15 @@ static int __devinit sch311x_wdt_probe(struct platform_device *pdev)
val = therm_trip ? 0x06 : 0x04;
outb(val, sch311x_wdt_data.runtime_reg + RESGEN);

sch311x_wdt_miscdev.parent = dev;

err = misc_register(&sch311x_wdt_miscdev);
if (err != 0) {
dev_err(dev, "cannot register miscdev on minor=%d (err=%d)\n",
WATCHDOG_MINOR, err);
goto exit_release_region3;
}

sch311x_wdt_miscdev.parent = dev;

dev_info(dev,
"SMSC SCH311x WDT initialized. timeout=%d sec (nowayout=%d)\n",
timeout, nowayout);
Expand Down

0 comments on commit 72ec157

Please sign in to comment.