diff options
author | 2012-12-30 10:15:04 -0600 | |
---|---|---|
committer | 2013-01-07 21:08:24 -0800 | |
commit | c05ee88f6f20746aff938a85ef49e777ef4c6513 (patch) | |
tree | 06ca5bd0f1bf6c26d2d84e5300dc467774f1dab9 /arch/arm/mach-highbank/pm.c | |
parent | ARM: dts: fix highbank cpu mpidr values (diff) | |
download | linux-dev-c05ee88f6f20746aff938a85ef49e777ef4c6513.tar.xz linux-dev-c05ee88f6f20746aff938a85ef49e777ef4c6513.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/pm.c b/arch/arm/mach-highbank/pm.c index 74aa135966f0..0f4ffd6d47c4 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); |