clocksource/drivers/mtk_timer: Fix pr_warn() messages in mtk_timer_init
authorAlexey Klimov <alexey.klimov@linaro.org>
Sun, 25 Oct 2015 23:21:23 +0000 (23:21 +0000)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:02 +0000 (09:41 +0100)
commit6cd7ccaaa84f6d9ee9ed33c66d7492121e2b98fd
tree20b0f0b9c6e8b55218955070f435cb08c48215cb
parent9a78ec45bd6ac7650a995a9de0912fd75d6b6886
clocksource/drivers/mtk_timer: Fix pr_warn() messages in mtk_timer_init

1) Change pr_warn()s to pr_err()s. These messages are actually errors and not
   warnings.
2) Add missing \n.
3) Error message for kzalloc() failure is removed per suggestion by Joe Perches.
   There is generic stack_dump() for allocation issues.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/mtk_timer.c