Skip to content

Commit

Permalink
Input: tsc2005 - remove driver banner message
Browse files Browse the repository at this point in the history
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: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Mar 17, 2011
1 parent ef5a672 commit bcd1187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/touchscreen/tsc2005.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bcd1187

Please sign in to comment.