Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305885
b: refs/heads/master
c: 744f6f4
h: refs/heads/master
i:
  305883: 8f82ea6
v: v3
  • Loading branch information
Randy Dunlap authored and Wim Van Sebroeck committed May 23, 2012
1 parent 49bc6fc commit 387167f
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: 101ce87b3bdd5352edceb5a079e765685c13dbc3
refs/heads/master: 744f6f4d3db2e9f153c9381b169aaee5c6ad4187
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/ie6xx_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ static int __devinit ie6xx_wdt_probe(struct platform_device *pdev)
return -ENODEV;

if (!request_region(res->start, resource_size(res), pdev->name)) {
dev_err(&pdev->dev, "Watchdog region 0x%x already in use!\n",
res->start);
dev_err(&pdev->dev, "Watchdog region 0x%llx already in use!\n",
(u64)res->start);
return -EBUSY;
}

Expand Down

0 comments on commit 387167f

Please sign in to comment.