Commit 3406c158 authored by Arnd Hannemann's avatar Arnd Hannemann Committed by Thomas Gleixner

x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup

Signed-off-by: default avatarArnd Hannemann <hannemann@i4.informatik.rwth-aachen.de>
Signed-off-by: default avatarAndres Salomon <dilinger@debian.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent dcee77be
......@@ -370,7 +370,7 @@ int __init mfgpt_timer_setup(void)
&mfgpt_clockevent);
printk(KERN_INFO
"mfgpt-timer: registering the MFGT timer as a clock event.\n");
"mfgpt-timer: registering the MFGPT timer as a clock event.\n");
clockevents_register_device(&mfgpt_clockevent);
return 0;
......
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