diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ahb.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ahb.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c index 85fdd26039c..1a984b02e9e 100644 --- a/drivers/net/wireless/ath/ath9k/ahb.c +++ b/drivers/net/wireless/ath/ath9k/ahb.c | |||
@@ -131,11 +131,8 @@ static int ath_ahb_probe(struct platform_device *pdev) | |||
131 | 131 | ||
132 | ah = sc->sc_ah; | 132 | ah = sc->sc_ah; |
133 | ath9k_hw_name(ah, hw_name, sizeof(hw_name)); | 133 | ath9k_hw_name(ah, hw_name, sizeof(hw_name)); |
134 | printk(KERN_INFO | 134 | wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n", |
135 | "%s: %s mem=0x%lx, irq=%d\n", | 135 | hw_name, (unsigned long)mem, irq); |
136 | wiphy_name(hw->wiphy), | ||
137 | hw_name, | ||
138 | (unsigned long)mem, irq); | ||
139 | 136 | ||
140 | return 0; | 137 | return 0; |
141 | 138 | ||