Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256194
b: refs/heads/master
c: 304e21b
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and John W. Linville committed Jul 5, 2011
1 parent e2af648 commit 478ec5d
Show file tree
Hide file tree
Showing 3 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: 45a771385ceb644941b195f37ab98f7db39776bd
refs/heads/master: 304e21bbeab0d208dc7e6142fb75db8a466d5217
2 changes: 1 addition & 1 deletion trunk/drivers/ssb/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +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_word(bus->host_pci, PCI_REVISION_ID,
pci_read_config_byte(bus->host_pci, PCI_REVISION_ID,
&bi->rev);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/ssb/ssb.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct ssb_sprom {
struct ssb_boardinfo {
u16 vendor;
u16 type;
u16 rev;
u8 rev;
};


Expand Down

0 comments on commit 478ec5d

Please sign in to comment.