[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5151734C.60605@atmel.com>
Date: Tue, 26 Mar 2013 11:07:08 +0100
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: Maxime Ripard <maxime.ripard@...e-electrons.com>
CC: Andrew Victor <linux@...im.org.za>,
Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>,
Russell King <linux@....linux.org.uk>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ARM: AT91: Fix typo in restart code panic message
On 03/23/2013 10:58 AM, Maxime Ripard :
> Signed-off-by: Maxime Ripard <maxime.ripard@...e-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>
And queued in at91-3.9-fixes.
Thanks Maxime.
> ---
> arch/arm/mach-at91/setup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
> index 4b67847..6b4608d 100644
> --- a/arch/arm/mach-at91/setup.c
> +++ b/arch/arm/mach-at91/setup.c
> @@ -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;
>
>
--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists