kernel/drivers/net/wireless/ath/ath9k/ahb.c
.. .. @@ -136,8 +136,8 @@ 136 136 137 137 ah = sc->sc_ah; 138 138 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);141 141 142 142 return 0; 143 143