summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/tsc2005.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-16 22:08:53 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-16 23:28:12 -0700
commitbcd11879fb5c84b3ca9167022b4c2b66d0935c52 (patch)
treedc0f62e3bb30c53391404abcfb6cf14a6dc774dd /drivers/input/touchscreen/tsc2005.c
parentef5a672f8d67c45fe2739c3a98a4e41d96b5cabc (diff)
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: Aaro Koskinen <aaro.koskinen@nokia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/tsc2005.c')
-rw-r--r--drivers/input/touchscreen/tsc2005.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c
index 8c2e02402f32..2435235db627 100644
--- a/drivers/input/touchscreen/tsc2005.c
+++ b/drivers/input/touchscreen/tsc2005.c
@@ -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);