提交 5a72afc0 编写于 作者: D Dmitry Torokhov

Input: Tone down the severity of a printk() in i386/ia64 arch code

       for i386, it's printed on many machines and usually is not
       a cause for worry.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
Signed-off-by: NVojtech Pavlik <vojtech@suse.cz>
上级 2673c836
......@@ -241,7 +241,7 @@ static int i8042_pnp_init(void)
#if defined(__ia64__)
return -ENODEV;
#else
printk(KERN_WARNING "PNP: No PS/2 controller found. Probing ports directly.\n");
printk(KERN_INFO "PNP: No PS/2 controller found. Probing ports directly.\n");
return 0;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册