hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/ath/ath9k/ahb.c
....@@ -136,8 +136,8 @@
136136
137137 ah = sc->sc_ah;
138138 ath9k_hw_name(ah, hw_name, sizeof(hw_name));
139
- wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n",
140
- hw_name, (unsigned long)mem, irq);
139
+ wiphy_info(hw->wiphy, "%s mem=0x%p, irq=%d\n",
140
+ hw_name, mem, irq);
141141
142142 return 0;
143143