summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/system.c
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-12-30 20:15:04 +0400
committerOlof Johansson <olof@lixom.net>2013-01-08 09:08:24 +0400
commitc05ee88f6f20746aff938a85ef49e777ef4c6513 (patch)
tree06ca5bd0f1bf6c26d2d84e5300dc467774f1dab9 /arch/arm/mach-highbank/system.c
parent3943deeddac65ab1d19fcc839ab58ef13a653532 (diff)
downloadlinux-c05ee88f6f20746aff938a85ef49e777ef4c6513.tar.xz
ARM: highbank: fix typos with hignbank in power request functions
s/hignbank/highbank/ Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-highbank/system.c')
-rw-r--r--arch/arm/mach-highbank/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-highbank/system.c b/arch/arm/mach-highbank/system.c
index aed96ad9bd4a..37d8384dcf19 100644
--- a/arch/arm/mach-highbank/system.c
+++ b/arch/arm/mach-highbank/system.c
@@ -22,9 +22,9 @@
void highbank_restart(char mode, const char *cmd)
{
if (mode == 'h')
- hignbank_set_pwr_hard_reset();
+ highbank_set_pwr_hard_reset();
else
- hignbank_set_pwr_soft_reset();
+ highbank_set_pwr_soft_reset();
while (1)
cpu_do_idle();