aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-stm32f4.c
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-11-24 12:25:28 +0530
committerStephen Boyd <sboyd@codeaurora.org>2017-12-06 22:39:51 -0800
commitd7b4e737e46410cd0037158e16e170e828ac6692 (patch)
tree43e9da2b5eb1a0fb20fb006929b9b103767e88a0 /drivers/clk/clk-stm32f4.c
parentLinux 4.15-rc1 (diff)
downloadlinux-dev-d7b4e737e46410cd0037158e16e170e828ac6692.tar.xz
linux-dev-d7b4e737e46410cd0037158e16e170e828ac6692.zip
clk: stm32f4: 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: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/clk-stm32f4.c')
-rw-r--r--drivers/clk/clk-stm32f4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c
index 96c6b6bc8f0e..da44f8dc1d29 100644
--- a/drivers/clk/clk-stm32f4.c
+++ b/drivers/clk/clk-stm32f4.c
@@ -1424,7 +1424,7 @@ static void __init stm32f4_rcc_init(struct device_node *np)
base = of_iomap(np, 0);
if (!base) {
- pr_err("%s: unable to map resource", np->name);
+ pr_err("%s: unable to map resource\n", np->name);
return;
}