aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r--drivers/net/wireless/ath/ath9k/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c
index 8bd8e85ece42..d704c8d9bae7 100644
--- a/drivers/net/wireless/ath/ath9k/pci.c
+++ b/drivers/net/wireless/ath/ath9k/pci.c
@@ -126,7 +126,7 @@ static void ath_pci_aspm_init(struct ath_common *common)
126 * Both upstream and downstream PCIe components should 126 * Both upstream and downstream PCIe components should
127 * have the same ASPM settings. 127 * have the same ASPM settings.
128 */ 128 */
129 if (WARN_ON(!parent)) 129 if (!parent)
130 return; 130 return;
131 131
132 pos = pci_pcie_cap(parent); 132 pos = pci_pcie_cap(parent);
@@ -137,7 +137,7 @@ static void ath_pci_aspm_init(struct ath_common *common)
137 return; 137 return;
138 } 138 }
139 139
140 if (WARN_ON(!parent)) 140 if (!parent)
141 return; 141 return;
142 142
143 pos = pci_pcie_cap(parent); 143 pos = pci_pcie_cap(parent);