]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
stmmac: Fix another build warning.
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Sep 2010 03:56:48 +0000 (20:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Sep 2010 03:56:48 +0000 (20:56 -0700)
drivers/net/stmmac/dwmac100_core.c: In function 'dwmac100_dump_mac_regs':
drivers/net/stmmac/dwmac100_core.c:47: warning: cast from pointer to integer of different size

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/stmmac/dwmac100_core.c

index 135a8082816e911cda46f47db36afc43765f43a6..db06c04ce4802621d61d6fdab5e17b174b14da1d 100644 (file)
@@ -45,9 +45,9 @@ static void dwmac100_core_init(void __iomem *ioaddr)
 static void dwmac100_dump_mac_regs(void __iomem *ioaddr)
 {
        pr_info("\t----------------------------------------------\n"
-               "\t  DWMAC 100 CSR (base addr = 0x%8x)\n"
+               "\t  DWMAC 100 CSR (base addr = 0x%p)\n"
                "\t----------------------------------------------\n",
-               (unsigned int) ioaddr);
+               ioaddr);
        pr_info("\tcontrol reg (offset 0x%x): 0x%08x\n", MAC_CONTROL,
                readl(ioaddr + MAC_CONTROL));
        pr_info("\taddr HI (offset 0x%x): 0x%08x\n ", MAC_ADDR_HIGH,