aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ssb')
-rw-r--r--drivers/ssb/pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ssb/pci.c b/drivers/ssb/pci.c
index 52b1ceb748c..3e36722b2ce 100644
--- a/drivers/ssb/pci.c
+++ b/drivers/ssb/pci.c
@@ -738,8 +738,7 @@ static void ssb_pci_get_boardinfo(struct ssb_bus *bus,
738 &bi->vendor); 738 &bi->vendor);
739 pci_read_config_word(bus->host_pci, PCI_SUBSYSTEM_ID, 739 pci_read_config_word(bus->host_pci, PCI_SUBSYSTEM_ID,
740 &bi->type); 740 &bi->type);
741 pci_read_config_byte(bus->host_pci, PCI_REVISION_ID, 741 bi->rev = bus->host_pci->revision;
742 &bi->rev);
743} 742}
744 743
745int ssb_pci_get_invariants(struct ssb_bus *bus, 744int ssb_pci_get_invariants(struct ssb_bus *bus,