Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent dcee77be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;