Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256087
b: refs/heads/master
c: ce2dd3c
h: refs/heads/master
i:
  256085: 5657a13
  256083: d20cbcb
  256079: 48a3efa
v: v3
  • Loading branch information
Sergei Shtylyov authored and John W. Linville committed Jun 27, 2011
1 parent de9215c commit ed9debc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 05b60d4e3796c25ae1c78b10d5676ab27062d9b4
refs/heads/master: ce2dd3c2d54494195e8820b2432eb47ca61ebdd7
3 changes: 1 addition & 2 deletions trunk/drivers/ssb/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ int ssb_bus_scan(struct ssb_bus *bus,
} else {
if (bus->bustype == SSB_BUSTYPE_PCI) {
bus->chip_id = pcidev_to_chipid(bus->host_pci);
pci_read_config_byte(bus->host_pci, PCI_REVISION_ID,
&bus->chip_rev);
bus->chip_rev = bus->host_pci->revision;
bus->chip_package = 0;
} else {
bus->chip_id = 0x4710;
Expand Down

0 comments on commit ed9debc

Please sign in to comment.