From 0a6a076971ee88c0a2decbafb86ee0a44cf3a630 Mon Sep 17 00:00:00 2001 From: phc Date: Mon, 5 Dec 2011 15:15:00 +0800 Subject: [PATCH] z5 phone:shield the touchscreen redundant log --- drivers/input/touchscreen/ft5306_ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 drivers/input/touchscreen/ft5306_ts.c diff --git a/drivers/input/touchscreen/ft5306_ts.c b/drivers/input/touchscreen/ft5306_ts.c old mode 100644 new mode 100755 index 7717749ef5e6..1a8e41c93d45 --- a/drivers/input/touchscreen/ft5306_ts.c +++ b/drivers/input/touchscreen/ft5306_ts.c @@ -613,7 +613,7 @@ static void ft5306_queue_work(struct work_struct *work) { if(points_last_flag[i]!=0) { - printk("Point UP event.id=%d\n",i); + FTprintk("Point UP event.id=%d\n",i); input_mt_slot(data->input_dev, i); input_mt_report_slot_state(data->input_dev, MT_TOOL_FINGER, false); } -- 2.34.1