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

Commit 3fce7fd1 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanup

Tiny one-line typo patch.

* tag 'at91-cleanup' of git://github.com/at91linux/linux-at91

:
  ARM: at91: Fix typo in restart code panic message

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents ebafed7a e7619459
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ static void at91_dt_rstc(void)

	of_id = of_match_node(rstc_ids, np);
	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;