Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168987
b: refs/heads/master
c: 1508c99
h: refs/heads/master
i:
  168985: 1f26bb3
  168983: ef94b0e
v: v3
  • Loading branch information
Russell King committed Nov 20, 2009
1 parent 8915497 commit ac3328d
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: 4ff1fa278b0bd1b2dd3c42efc0cb86788ffe05d5
refs/heads/master: 1508c99506b5d57b8892a5d759176000c88c93b6
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static int __devexit pnx4008_wdt_remove(struct platform_device *pdev)

static struct platform_driver platform_wdt_driver = {
.driver = {
.name = "watchdog",
.name = "pnx4008-watchdog",
.owner = THIS_MODULE,
},
.probe = pnx4008_wdt_probe,
Expand Down Expand Up @@ -352,4 +352,4 @@ MODULE_PARM_DESC(nowayout,

MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
MODULE_ALIAS("platform:watchdog");
MODULE_ALIAS("platform:pnx4008-watchdog");

0 comments on commit ac3328d

Please sign in to comment.