clocksource/drivers/pistachio: Correct output format of PTR_ERR()
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 21 Mar 2016 23:42:07 +0000 (01:42 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 23 Mar 2016 11:30:40 +0000 (12:30 +0100)
commitb7c8b4aac6ea6746b1c49fda0a0563a07203dd26
treeecb8ab3e757f49d484cc7748e47c592512194725
parent710d60cbf1b312a8075a2158cbfbbd9c66132dcc
clocksource/drivers/pistachio: Correct output format of PTR_ERR()

Use signed integer output in the pr_err() string format, here PTR_ERR() value
is negative and it should be reported in human readable way.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Cc: Jisheng Zhang <jszhang@marvell.com>
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: http://lkml.kernel.org/r/1458603727-4446-1-git-send-email-vz@mleia.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/clocksource/time-pistachio.c