kernel/drivers/net/wireless/ath/ath9k/pci.c
.. .. @@ -994,8 +994,8 @@ 994 994 sc->sc_ah->msi_reg = 0; 995 995 996 996 ath9k_hw_name(sc->sc_ah, hw_name, sizeof(hw_name)); 997 - wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n",998 - hw_name, (unsigned long)sc->mem, pdev->irq);997 + wiphy_info(hw->wiphy, "%s mem=0x%p, irq=%d\n",998 + hw_name, sc->mem, pdev->irq);999 999 1000 1000 return 0; 1001 1001