aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/hpet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
index 9cc7b4392f7c..1460a5df92f7 100644
--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -870,7 +870,7 @@ int __init hpet_enable(void)
870 else 870 else
871 pr_warn("HPET initial state will not be saved\n"); 871 pr_warn("HPET initial state will not be saved\n");
872 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); 872 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY);
873 hpet_writel(cfg, HPET_Tn_CFG(i)); 873 hpet_writel(cfg, HPET_CFG);
874 if (cfg) 874 if (cfg)
875 pr_warn("HPET: Unrecognized bits %#x set in global cfg\n", 875 pr_warn("HPET: Unrecognized bits %#x set in global cfg\n",
876 cfg); 876 cfg);