aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2004-08-19 22:10:33 +0100
committerDave Jones <davej@delerium.codemonkey.org.uk>2004-08-19 22:10:33 +0100
commitec67952b12883c3190ce8c4db8eb9875b10d0fc1 (patch)
treef24d57365fa617b48a90f8d01404a30bf80cad6a /arch
parent513fd5b647f4a9e0a18be0c20cb4fdfda4db58ee (diff)
downloadhistory-ec67952b12883c3190ce8c4db8eb9875b10d0fc1.tar.gz
[CPUFREQ] fix typo on gx-suspmod.c
this is patch to fix obvious typo of gx-suspmod cpufreq driver. Signed-off-by: Hiroshi Miura <miura@da-cha.org> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/gx-suspmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c b/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
index fefaf45a08c142..1f855c54c4a63a 100644
--- a/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
+++ b/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
@@ -297,6 +297,7 @@ static void gx_set_cpuspeed(unsigned int khz)
case PCI_DEVICE_ID_CYRIX_5520:
case PCI_DEVICE_ID_CYRIX_5510:
suscfg = gx_params->pci_suscfg | SUSMOD;
+ break;
default:
local_irq_restore(flags);
dprintk("fatal: try to set unknown chipset.\n");