clocksource/drivers/rockchip: pr_err() strings should end with newlines
authorArvind Yadav <[email protected]>
Mon, 25 Sep 2017 08:16:41 +0000 (13:46 +0530)
committerDaniel Lezcano <[email protected]>
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 <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
drivers/clocksource/rockchip_timer.c