Commit ec67952b authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] fix typo on gx-suspmod.c

this is patch to fix obvious typo of gx-suspmod cpufreq driver.
Signed-off-by: default avatarHiroshi Miura <miura@da-cha.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 513fd5b6
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment