From 9f3e2ea40123ca048d99f2a0d3911af642c87cfa Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Mon, 3 Mar 2008 18:09:35 -0600 Subject: Fixed typo in 94cpufreq introduced while fixing the suspend_hybrid glitch. Thanks, Michael Biebl! --- pm/sleep.d/94cpufreq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3