clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messages
authorMatt Redfearn <matt.redfearn@mips.com>
Thu, 29 Mar 2018 09:49:03 +0000 (10:49 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 18 May 2018 20:53:09 +0000 (22:53 +0200)
commit3ca5768de841bf204ab0e69f664b227bb2d47826
treeb026edd8421f59a601ade2ca2ae0116f5704e0b1
parent8a1ece26d370e38817da5232195896b727dba3cd
clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messages

Several messages from the MIPS GIC driver include the text "GIC", "GIC
timer", etc, but the format is not standard. Add a pr_fmt of
"mips-gic-timer: " and reword the messages now that they will be
prefixed with the driver name.

Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/mips-gic-timer.c