diff options
author | Olof Johansson <olof@lixom.net> | 2013-04-02 20:28:43 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-02 20:28:48 +0200 |
commit | 3fce7fd1020ac8a2d9bc039e0b456dbb5bb8f163 (patch) | |
tree | 8375f9f83b9d27a2c8acf544f5b159a4c5b12e49 | |
parent | ARM: irq: Call irqchip_init if no init_irq function is specified (diff) | |
parent | ARM: at91: Fix typo in restart code panic message (diff) | |
download | linux-3fce7fd1020ac8a2d9bc039e0b456dbb5bb8f163.tar.xz linux-3fce7fd1020ac8a2d9bc039e0b456dbb5bb8f163.zip |
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: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-at91/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c index 4b678478cf95..6b4608d58da2 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; |