Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261092
b: refs/heads/master
c: fad0a9d
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Wim Van Sebroeck committed Jul 22, 2011
1 parent ec1c169 commit 4cb71df
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: bfbc5e272d8aa92f6f9b05361e76e87075111e48
refs/heads/master: fad0a9dd0da2dc9971e0e71f41134c791f2030c2
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/mtx-1_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ static int __devinit mtx1_wdt_probe(struct platform_device *pdev)

ret = misc_register(&mtx1_wdt_misc);
if (ret < 0) {
printk(KERN_ERR " mtx-1_wdt : failed to register\n");
dev_err(&pdev->dev, "failed to register\n");
return ret;
}
mtx1_wdt_start();
printk(KERN_INFO "MTX-1 Watchdog driver\n");
dev_info(&pdev->dev, "MTX-1 Watchdog driver\n");
return 0;
}

Expand Down

0 comments on commit 4cb71df

Please sign in to comment.