Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199658
b: refs/heads/master
c: b74dbf2
h: refs/heads/master
v: v3
  • Loading branch information
Anatolij Gustschin authored and Grant Likely committed Jun 3, 2010
1 parent e0aca9c commit 5d02d33
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: a26f95fed31d917eee616d1cd6360e4ce782e3dc
refs/heads/master: b74dbf2aed8d8c4f93ac2c44bab5c81f65be62a0
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/gef_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int __devinit gef_wdt_probe(struct of_device *dev,
bus_clk = freq;

/* Map devices registers into memory */
gef_wdt_regs = of_iomap(dev->node, 0);
gef_wdt_regs = of_iomap(dev->dev.of_node, 0);
if (gef_wdt_regs == NULL)
return -ENOMEM;

Expand Down

0 comments on commit 5d02d33

Please sign in to comment.