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

Commit 5c4348c1 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: rockchip: fix copy'n'paste error in smp error messages



The error emitted when mapping the pmu failed, wrongly mentions the sram.

Reported-by: default avatarKent Borg <kentborg@borg.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6faff9b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ static void __init rockchip_smp_prepare_cpus(unsigned int max_cpus)

	node = of_find_compatible_node(NULL, NULL, "rockchip,rk3066-pmu");
	if (!node) {
		pr_err("%s: could not find sram dt node\n", __func__);
		pr_err("%s: could not find pmu dt node\n", __func__);
		return;
	}