summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-07-29 14:52:40 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-11-09 12:41:38 +0800
commitc91351dd3ab1007852e94c01aee5cc33ed277bf2 (patch)
treec6ebeca1ff1668e82fd781ec9698e4c7f167a12a
parentd60dfb88fa258d16a4bd08bb076900b8b2c89613 (diff)
ENGR00153941 input: egalax_ts - not dump the i2c package in debug level.
Found the driver will leave i2c package dump message in kernel debug level, it create too much noice, this should be deleted. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r--drivers/input/touchscreen/egalax_ts.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/egalax_ts.c b/drivers/input/touchscreen/egalax_ts.c
index 58273b9e3567..b053d0745ffd 100644
--- a/drivers/input/touchscreen/egalax_ts.c
+++ b/drivers/input/touchscreen/egalax_ts.c
@@ -89,10 +89,6 @@ retry:
if (ret < 0)
return IRQ_HANDLED;
- dev_dbg(&client->dev, "recv ret:%d", ret);
- for (i = 0; i < MAX_I2C_DATA_LEN; i++)
- printk(KERN_DEBUG " %x ", buf[i]);
-
if (buf[0] != REPORT_MODE_VENDOR
&& buf[0] != REPORT_MODE_SINGLE
&& buf[0] != REPORT_MODE_MTTOUCH) {