Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256203
b: refs/heads/master
c: 2fa2319
h: refs/heads/master
i:
  256201: 3183f92
  256199: 6084408
v: v3
  • Loading branch information
Sergei Shtylyov authored and John W. Linville committed Jul 5, 2011
1 parent f082cfe commit 6dd8375
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: 73e6cdcf479ce3a8d33a726f0477473db35a4b2e
refs/heads/master: 2fa2319027dd498edde332afe9a27f1b34b34d7f
3 changes: 1 addition & 2 deletions trunk/drivers/ssb/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,7 @@ static void ssb_pci_get_boardinfo(struct ssb_bus *bus,
&bi->vendor);
pci_read_config_word(bus->host_pci, PCI_SUBSYSTEM_ID,
&bi->type);
pci_read_config_byte(bus->host_pci, PCI_REVISION_ID,
&bi->rev);
bi->rev = bus->host_pci->revision;
}

int ssb_pci_get_invariants(struct ssb_bus *bus,
Expand Down

0 comments on commit 6dd8375

Please sign in to comment.