Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225480
b: refs/heads/master
c: e40b5fa
h: refs/heads/master
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Dec 22, 2010
1 parent a5f205a commit 0222a8c
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: e98b06b09be0fc459806aa4d2c301cfaf268c570
refs/heads/master: e40b5faabc34f61fdf17b40d2e31837461ddc467
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void ath_pci_bt_coex_prep(struct ath_common *common)
struct pci_dev *pdev = to_pci_dev(sc->dev);
u8 aspm;

if (!pdev->is_pcie)
if (!pci_is_pcie(pdev))
return;

pci_read_config_byte(pdev, ATH_PCIE_CAP_LINK_CTRL, &aspm);
Expand Down

0 comments on commit 0222a8c

Please sign in to comment.