From f12ea86e15a4de9ffd3b0f8fee1777d19a1eafcf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Sep 2011 14:30:14 +0800 Subject: [PATCH] A22:mask some log of touchscreen --- drivers/input/touchscreen/ili2102_ts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/ili2102_ts.c b/drivers/input/touchscreen/ili2102_ts.c index e1218d2fbd5b..d95e9bc22c00 100755 --- a/drivers/input/touchscreen/ili2102_ts.c +++ b/drivers/input/touchscreen/ili2102_ts.c @@ -151,7 +151,7 @@ static ssize_t ilitek_file_write(struct file *filp, const char *buf, size_t coun msg[0].scl_rate = 400*1000; msg[0].udelay = 80; - printk("%s:count=0x%x\n",__FUNCTION__,count); + DBG("%s:count=0x%x\n",__FUNCTION__,count); // before sending data to touch device, we need to check whether the device is working or not if(g_ts->valid_i2c_register == 0){ @@ -266,7 +266,7 @@ static int ilitek_file_ioctl(struct inode *inode, struct file *filp, unsigned in return -1; } - printk("%s:cmd=0x%x\n",__FUNCTION__,cmd); + DBG("%s:cmd=0x%x\n",__FUNCTION__,cmd); return 0; } -- 2.34.1