Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261154
b: refs/heads/master
c: 43d786e
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Jul 22, 2011
1 parent 15837f3 commit 4bd8a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: b1a98b695b4efe10067d0e1cb5b66146a4e517bf
refs/heads/master: 43d786ed4df4c54cb8802a523748a7d78130a2cb
7 changes: 3 additions & 4 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ static void add_resources(struct pci_root_info *info)

conflict = insert_resource_conflict(root, res);
if (conflict)
dev_err(&info->bridge->dev,
"address space collision: host bridge window %pR "
"conflicts with %s %pR\n",
res, conflict->name, conflict);
dev_info(&info->bridge->dev,
"ignoring host bridge window %pR (conflicts with %s %pR)\n",
res, conflict->name, conflict);
else
pci_bus_add_resource(info->bus, res, 0);
}
Expand Down

0 comments on commit 4bd8a39

Please sign in to comment.