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

Commit e7619459 authored by Maxime Ripard's avatar Maxime Ripard Committed by Nicolas Ferre
Browse files

ARM: at91: Fix typo in restart code panic message



Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # 3.4+
parent 9317960f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -333,7 +333,7 @@ static void at91_dt_rstc(void)


	of_id = of_match_node(rstc_ids, np);
	of_id = of_match_node(rstc_ids, np);
	if (!of_id)
	if (!of_id)
		panic("AT91: rtsc no restart function availlable\n");
		panic("AT91: rtsc no restart function available\n");


	arm_pm_restart = of_id->data;
	arm_pm_restart = of_id->data;