Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223518
b: refs/heads/master
c: 3b3c1f2
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Samuel Ortiz committed Dec 22, 2010
1 parent f94c7ad commit ed71c32
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: fa6469cb5b2d16703464c344b943e2c025cb7858
refs/heads/master: 3b3c1f24e96c411a95daabb6af9e09c5381f713b
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/rdc321x_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static int __devinit rdc321x_wdt_probe(struct platform_device *pdev)
struct resource *r;
struct rdc321x_wdt_pdata *pdata;

pdata = pdev->dev.platform_data;
pdata = platform_get_drvdata(pdev);
if (!pdata) {
dev_err(&pdev->dev, "no platform data supplied\n");
return -ENODEV;
Expand Down

0 comments on commit ed71c32

Please sign in to comment.