Re: [PATCH] hexagon: fix printk format warning in setup.c

2018-05-15 Thread Richard Kuo
On Sat, May 12, 2018 at 06:48:49PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix printk format warning in hexagon/kernel/setup.c: > > ../arch/hexagon/kernel/setup.c: In function 'setup_arch': > ../arch/hexagon/kernel/setup.c:69:2: warning: format '%x' expects argument of > type 'unsig

[PATCH] hexagon: fix printk format warning in setup.c

2018-05-12 Thread Randy Dunlap
From: Randy Dunlap Fix printk format warning in hexagon/kernel/setup.c: ../arch/hexagon/kernel/setup.c: In function 'setup_arch': ../arch/hexagon/kernel/setup.c:69:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] where: ext