diff options
author | Arnd Hannemann <hannemann@i4.informatik.rwth-aachen.de> | 2008-02-09 17:24:08 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-02-09 17:24:08 -0500 |
commit | 3406c158ba8e83defb178e867919e24e110a59bf (patch) | |
tree | e49b34337cf6aca0fc42665448f9a079ef580805 /arch/x86/kernel/mfgpt_32.c | |
parent | dcee77be2f0a7010633fb2c025db38550c4b0e72 (diff) |
x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup
Signed-off-by: Arnd Hannemann <hannemann@i4.informatik.rwth-aachen.de>
Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/mfgpt_32.c')
-rw-r--r-- | arch/x86/kernel/mfgpt_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/mfgpt_32.c b/arch/x86/kernel/mfgpt_32.c index eeb461f391a0..027fc067b399 100644 --- a/arch/x86/kernel/mfgpt_32.c +++ b/arch/x86/kernel/mfgpt_32.c | |||
@@ -370,7 +370,7 @@ int __init mfgpt_timer_setup(void) | |||
370 | &mfgpt_clockevent); | 370 | &mfgpt_clockevent); |
371 | 371 | ||
372 | printk(KERN_INFO | 372 | printk(KERN_INFO |
373 | "mfgpt-timer: registering the MFGT timer as a clock event.\n"); | 373 | "mfgpt-timer: registering the MFGPT timer as a clock event.\n"); |
374 | clockevents_register_device(&mfgpt_clockevent); | 374 | clockevents_register_device(&mfgpt_clockevent); |
375 | 375 | ||
376 | return 0; | 376 | return 0; |