Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16207
b: refs/heads/master
c: d960bb4
h: refs/heads/master
i:
  16205: 50fba7b
  16203: 1636749
  16199: cbd5933
  16191: a68d7bc
v: v3
  • Loading branch information
Kumar Gala authored and Greg Kroah-Hartman committed Jan 5, 2006
1 parent 1385cba commit 5b606a3
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: e22dafbcd7a579c29a424d5203b5b33b131948a7
refs/heads/master: d960bb4db9f422b5c3c82e0dfd6c8213a4fc430d
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ int platform_device_add(struct platform_device *pdev)
p = &ioport_resource;
}

if (p && request_resource(p, r)) {
if (p && insert_resource(p, r)) {
printk(KERN_ERR
"%s: failed to claim resource %d\n",
pdev->dev.bus_id, i);
Expand Down

0 comments on commit 5b606a3

Please sign in to comment.