Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256102
b: refs/heads/master
c: f05b691
h: refs/heads/master
v: v3
  • Loading branch information
Jon Mason authored and John W. Linville committed Jun 29, 2011
1 parent d73d76e commit bd9d677
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: bfc8dfec45237e4c9e28f96fdb91167e7e8ddb96
refs/heads/master: f05b691150af4cfccbfba6cc708b9a58b9216903
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlegacy/iwl-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static inline u16 iwl_legacy_pcie_link_ctl(struct iwl_priv *priv)
{
int pos;
u16 pci_lnk_ctl;
pos = pci_find_capability(priv->pci_dev, PCI_CAP_ID_EXP);
pos = pci_pcie_cap(priv->pci_dev);
pci_read_config_word(priv->pci_dev, pos + PCI_EXP_LNKCTL, &pci_lnk_ctl);
return pci_lnk_ctl;
}
Expand Down

0 comments on commit bd9d677

Please sign in to comment.