ipack: print a hex number after a 0x prefix
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 28 Oct 2016 00:47:07 +0000 (17:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Oct 2016 01:43:43 +0000 (18:43 -0700)
commit9105585d13bd2946f0eb2a664e32ec9a9b23bf1b
tree32c0ec47f8c41282a3c127e2aff2a11d905374dc
parentee52c44dee63ff2686a7b0d98fff7c80852ac022
ipack: print a hex number after a 0x prefix

It makes the result hard to interpret correctly if a base 10 number is
prefixed by 0x.  So change to a hex number.

Link: http://lkml.kernel.org/r/20161026125658.25728-4-u.kleine-koenig@pengutronix.de
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Cc: Jens Taprogge <jens.taprogge@taprogge.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ipack/ipack.c