Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286921
b: refs/heads/master
c: 2865e77
h: refs/heads/master
i:
  286919: 24c06bb
v: v3
  • Loading branch information
Axel Lin authored and Wim Van Sebroeck committed Jan 27, 2012
1 parent 0b722d6 commit 3607a85
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e352829a67c1a80c73dfad33ba9dca8ddf2ef0fd
refs/heads/master: 2865e770c9dddd40676eadf7c3dfe80aee7628e4
3 changes: 2 additions & 1 deletion trunk/drivers/watchdog/nuc900_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ static int __devinit nuc900wdt_probe(struct platform_device *pdev)

setup_timer(&nuc900_wdt->timer, nuc900_wdt_timer_ping, 0);

if (misc_register(&nuc900wdt_miscdev)) {
ret = misc_register(&nuc900wdt_miscdev);
if (ret) {
dev_err(&pdev->dev, "err register miscdev on minor=%d (%d)\n",
WATCHDOG_MINOR, ret);
goto err_clk;
Expand Down

0 comments on commit 3607a85

Please sign in to comment.