summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/pm.c
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-12-30 10:15:04 -0600
committerOlof Johansson <olof@lixom.net>2013-01-07 21:08:24 -0800
commitc05ee88f6f20746aff938a85ef49e777ef4c6513 (patch)
tree06ca5bd0f1bf6c26d2d84e5300dc467774f1dab9 /arch/arm/mach-highbank/pm.c
parent3943deeddac65ab1d19fcc839ab58ef13a653532 (diff)
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/pm.c')
-rw-r--r--arch/arm/mach-highbank/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/pm.c b/arch/arm/mach-highbank/pm.c
index 74aa135966f..0f4ffd6d47c 100644
--- a/arch/arm/mach-highbank/pm.c
+++ b/arch/arm/mach-highbank/pm.c
@@ -32,7 +32,7 @@ static int highbank_suspend_finish(unsigned long val)
static int highbank_pm_enter(suspend_state_t state)
{
- hignbank_set_pwr_suspend();
+ highbank_set_pwr_suspend();
highbank_set_cpu_jump(0, cpu_resume);
cpu_suspend(0, highbank_suspend_finish);