Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7b4e737 authored by Arvind Yadav's avatar Arvind Yadav Committed by Stephen Boyd
Browse files

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: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}