commit | ced04d15519a15d38b46162b94a1f26b4022116e | [log] [tgz] |
---|---|---|
author | Andreas Noever <andreas.noever@gmail.com> | Thu Jan 23 21:59:24 2014 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Feb 10 17:12:23 2014 -0700 |
tree | 121737d1cf847ed82780eff5e138582dd292039f | |
parent | 619c8c310f7f21e59a7e2b53795183c34401a599 [diff] |
PCI: Use request_resource_conflict() instead of insert_ for bus numbers If a conflict happens during insert_resource_conflict() and all conflicts fit within the newly inserted resource then they will become children of the new resource. This is almost certainly not what we want for bus numbers. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>