Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5591
b: refs/heads/master
c: 688d191
h: refs/heads/master
i:
  5589: 18e8485
  5587: 31ee2af
  5583: 56bcc2b
v: v3
  • Loading branch information
Linus Torvalds committed Aug 2, 2005
1 parent e1599e7 commit 71ab758
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d7ed538a02c219119adb20f1dccbf0f8015e53f3
refs/heads/master: 688d191821de7893043f5a37970472627aaffa4e
4 changes: 3 additions & 1 deletion trunk/drivers/pci/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ pci_bus_alloc_resource(struct pci_bus *bus, struct resource *res,
continue;

/* Ok, try it out.. */
ret = allocate_resource(r, res, size, min, -1, align,
ret = allocate_resource(r, res, size,
r->start ? : min,
-1, align,
alignf, alignf_data);
if (ret == 0)
break;
Expand Down

0 comments on commit 71ab758

Please sign in to comment.