net/m68k: Hydra Ethernet - print whole resource instead of start address
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 29 Aug 2010 21:43:46 +0000 (21:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2010 20:50:45 +0000 (13:50 -0700)
commitc274f29120eff7852bb2370ae6f05f46de75edbc
tree89f20cc9ab58b0f5277cf4dc7a2fbc75a2bf7c2f
parent3d5b99ae82f8742e3bb1f8634fd11ac36ea19ee1
net/m68k: Hydra Ethernet - print whole resource instead of start address

resource_size_t changed from `unsigned long' to `phys_addr_t`, which is either
`u32' or `u64'.
Print the whole resource to remove the cast and to make it future-proof.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hydra.c