Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256230
b: refs/heads/master
c: 68dd49e
h: refs/heads/master
v: v3
  • Loading branch information
Jon Mason authored and John W. Linville committed Jul 6, 2011
1 parent 40acfba commit 761b527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 333c0dbfcd7847d02d75a2d2a80d2f5e1cdc51dc
refs/heads/master: 68dd49ef907f92127aabb30b3368b80eb0ffb459
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static u16 iwl_pciexp_link_ctrl(struct iwl_bus *bus)
u16 pci_lnk_ctl;
struct pci_dev *pci_dev = IWL_BUS_GET_PCI_DEV(bus);

pos = pci_find_capability(pci_dev, PCI_CAP_ID_EXP);
pos = pci_pcie_cap(pci_dev);
pci_read_config_word(pci_dev, pos + PCI_EXP_LNKCTL, &pci_lnk_ctl);
return pci_lnk_ctl;
}
Expand Down

0 comments on commit 761b527

Please sign in to comment.