Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225477
b: refs/heads/master
c: 6b740aa
h: refs/heads/master
i:
  225475: d01be18
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Dec 22, 2010
1 parent 90d6bab commit 9183c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 750de29109770f6b50daecc4c44aaa50a9e0075b
refs/heads/master: 6b740aaa005474a7b135d3c554b9295c73eaab95
4 changes: 2 additions & 2 deletions trunk/drivers/ssb/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ int ssb_bus_scan(struct ssb_bus *bus,
/* Ignore PCI cores on PCI-E cards.
* Ignore PCI-E cores on PCI cards. */
if (dev->id.coreid == SSB_DEV_PCI) {
if (bus->host_pci->is_pcie)
if (pci_is_pcie(bus->host_pci))
continue;
} else {
if (!bus->host_pci->is_pcie)
if (!pci_is_pcie(bus->host_pci))
continue;
}
}
Expand Down

0 comments on commit 9183c52

Please sign in to comment.