dm: sparc: net: Fixup greth compile warnings
authorMarek Vasut <marex@denx.de>
Fri, 27 Jul 2012 08:04:32 +0000 (08:04 +0000)
committerTom Rini <trini@ti.com>
Tue, 18 Sep 2012 19:01:50 +0000 (12:01 -0700)
commitfa2afe02743a74280717020d17f0c1d603468553
tree9c0c5ddd8afa15c00426dbc97d8f1a360bcd3cb2
parentefa1f43b7dbdc0ab4db103f472f2838adc6f7ba1
dm: sparc: net: Fixup greth compile warnings

greth.c: In function ‘greth_recv’:
greth.c:507:3: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat]
greth.c:507:3: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat]
greth.c:541:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
greth.c: In function ‘greth_initialize’:
greth.c:623:2: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
greth.c:655:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]
greth.c:684:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘struct greth_regs *’ [-Wformat]

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
Cc: u-boot-dm@lists.denx.de
drivers/net/greth.c