提交 bcd11879 编写于 作者: D Dmitry Torokhov

Input: tsc2005 - remove driver banner message

The boot process is noisy as it is and input core already announces
all new device so let's get rid of the banner message in the driver.
Tested-by: NAaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 ef5a672f
......@@ -702,7 +702,6 @@ static struct spi_driver tsc2005_driver = {
static int __init tsc2005_init(void)
{
printk(KERN_INFO "TSC2005 driver initializing\n");
return spi_register_driver(&tsc2005_driver);
}
module_init(tsc2005_init);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册