Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324215
b: refs/heads/master
c: fd37683
h: refs/heads/master
i:
  324213: 1c12bb0
  324211: dfde3a5
  324207: 270d2ca
v: v3
  • Loading branch information
Bjorn Helgaas committed Aug 22, 2012
1 parent 899b866 commit c95374c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a7479d74460a4873b73534aa89cb82ab70ff8a32
refs/heads/master: fd3768349b0ba7bac9e102a8f146f783a03926fe
4 changes: 1 addition & 3 deletions trunk/arch/frv/mb93090-mb00/pci-vdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,8 @@ void __init pcibios_fixup_bus(struct pci_bus *bus)
pci_read_bridge_bases(bus);

if (bus->number == 0) {
struct list_head *ln;
struct pci_dev *dev;
for (ln=bus->devices.next; ln != &bus->devices; ln=ln->next) {
dev = pci_dev_b(ln);
list_for_each_entry(dev, &bus->devices, bus_list) {
if (dev->devfn == 0) {
dev->resource[0].start = 0;
dev->resource[0].end = 0;
Expand Down

0 comments on commit c95374c

Please sign in to comment.