PPC/MPC5XXX/reginfo: fix a bunch of compiler warnings
This change fixes a bunch of compiler warnings of this type:

arch/ppc/mach-mpc5xxx/reginfo.c: In function 'reginfo':
arch/ppc/mach-mpc5xxx/reginfo.c:14:3: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'ulong' [-Wformat=]
   (*(volatile ulong*)MPC5XXX_ADDECR & 0x00010000) ? 1 : 0);
   ^

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent a72a1ae commit ad955eab6dad763f17f32f4c8d05a7c9a7f2907d
@Juergen Borleis Juergen Borleis authored on 27 May 2016
Sascha Hauer committed on 30 May 2016
Showing 1 changed file
View
arch/ppc/mach-mpc5xxx/reginfo.c