Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28291
b: refs/heads/master
c: e391553
h: refs/heads/master
i:
  28289: 4890709
  28287: 1105efa
v: v3
  • Loading branch information
Russell King authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent ad18b7c commit 6596a2d
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: 670dd90d81f60ef429cbba54ad235e9207f4d444
refs/heads/master: e391553222211e07dfbe2f01c413b4e6d0ae32aa
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ int platform_device_add(struct platform_device *pdev)
pr_debug("Registering platform device '%s'. Parent at %s\n",
pdev->dev.bus_id, pdev->dev.parent->bus_id);

ret = device_register(&pdev->dev);
ret = device_add(&pdev->dev);
if (ret == 0)
return ret;

Expand Down

0 comments on commit 6596a2d

Please sign in to comment.