clocksource/drivers/mtk_timer: Add pr_fmt define
authorAlexey Klimov <alexey.klimov@linaro.org>
Sun, 25 Oct 2015 23:21:22 +0000 (23:21 +0000)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:00 +0000 (09:41 +0100)
commit9a78ec45bd6ac7650a995a9de0912fd75d6b6886
treefe083aadb73dc312ef6f249953acc51a2c6173f3
parent82bbe34b3d895fb026b2fc0e7da2e641797bfaed
clocksource/drivers/mtk_timer: Add pr_fmt define

It's a bit unclear what subsystem/driver emits some messages to dmesg in
the function mtk_init_timer(). Use pr_fmt to auto-prefix the messages
appropriately.

Acked-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/mtk_timer.c