diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-03 18:09:35 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-03 18:09:35 -0600 |
commit | 9f3e2ea40123ca048d99f2a0d3911af642c87cfa (patch) | |
tree | d81bb608896765291f6bfda37177badfaa6a745a | |
parent | 4ccda76bcc288f5505abc97caffb913d35e71c26 (diff) |
Fixed typo in 94cpufreq introduced while fixing the suspend_hybrid glitch.
Thanks, Michael Biebl!
-rwxr-xr-x | pm/sleep.d/94cpufreq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/94cpufreq b/pm/sleep.d/94cpufreq index 1006180..9157fb4 100755 --- a/pm/sleep.d/94cpufreq +++ b/pm/sleep.d/94cpufreq @@ -28,7 +28,7 @@ thaw_cpufreq() } case "$1" in - suspend|hibernate*) + suspend*|hibernate) hibernate_cpufreq ;; resume|thaw) |