Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348001
b: refs/heads/master
c: 8c4c419
h: refs/heads/master
i:
  347999: dec43ae
v: v3
  • Loading branch information
Jason Gunthorpe authored and Wim Van Sebroeck committed Dec 19, 2012
1 parent 3c3a614 commit 00a277e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 740fbddf5c3f9ad8b23c5d917ba1cc7e376a5104
refs/heads/master: 8c4c419ca3bd5a5b3389114e037a9d17bdec3a5f
2 changes: 2 additions & 0 deletions trunk/drivers/watchdog/orion_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ static int orion_wdt_probe(struct platform_device *pdev)
wdt_tclk = clk_get_rate(clk);

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res)
return -ENODEV;
wdt_reg = devm_ioremap(&pdev->dev, res->start, resource_size(res));
if (!wdt_reg)
return -ENOMEM;
Expand Down

0 comments on commit 00a277e

Please sign in to comment.