aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-09-25 13:46:41 +0530
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-10-19 23:49:02 +0200
commit2554828b17ad16892cdd1becb43230782f0c0cfd (patch)
treebeca3d371d27ffd121daa1654540a21806cb82b0 /drivers/clocksource
parentclocksource/drivers/owl: pr_err() strings should end with newlines (diff)
downloadlinux-dev-2554828b17ad16892cdd1becb43230782f0c0cfd.tar.xz
linux-dev-2554828b17ad16892cdd1becb43230782f0c0cfd.zip
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>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/rockchip_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/rockchip_timer.c b/drivers/clocksource/rockchip_timer.c
index c27f4c850d83..33f370dbd0d6 100644
--- a/drivers/clocksource/rockchip_timer.c
+++ b/drivers/clocksource/rockchip_timer.c
@@ -274,7 +274,7 @@ static int __init rk_clksrc_init(struct device_node *np)
TIMER_NAME, rk_clksrc->freq, 250, 32,
clocksource_mmio_readl_down);
if (ret) {
- pr_err("Failed to register clocksource");
+ pr_err("Failed to register clocksource\n");
goto out_clocksource;
}