From: root Date: Fri, 2 Sep 2011 06:30:14 +0000 (+0800) Subject: A22:mask some log of touchscreen X-Git-Tag: firefly_0821_release~9767^2~37 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f12ea86e15a4de9ffd3b0f8fee1777d19a1eafcf;p=firefly-linux-kernel-4.4.55.git A22:mask some log of touchscreen --- 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; }