clocksource/drivers/rockchip: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 08:16:41 +0000 (13:46 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 Oct 2017 21:49:02 +0000 (23:49 +0200)
commit2554828b17ad16892cdd1becb43230782f0c0cfd
treebeca3d371d27ffd121daa1654540a21806cb82b0
parent3c044a15ff2e4ba97eb14d772510eba974c6db58
clocksource/drivers/rockchip: pr_err() strings should end with newlines

pr_err() messages should end with a new-line to avoid other messages being
concatenated.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/rockchip_timer.c