Skip to content

Commit

Permalink
remove verbose debug logging
Browse files Browse the repository at this point in the history
Change-Id: I334d860594da28a8c23c1ed35e3bea5442ebcf35
  • Loading branch information
kxxt committed Jan 19, 2024
1 parent 764c12e commit a9f7e25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/input/touchscreen/xiaomi/xiaomi_touch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1386,9 +1386,6 @@ struct device_attribute *attr, const char *buf, size_t count)
if (!touch_pdata->raw_data)
return -ENOMEM;

// dump_stack();
pr_info("%s: head = %d, tail = %d\n", __func__, touch_pdata->raw_head, touch_pdata->raw_tail);

if (touch_pdata->raw_head != touch_pdata->raw_tail)
sysfs_notify(&xiaomi_touch_dev.dev->kobj, NULL, "update_rawdata");

Expand Down

0 comments on commit a9f7e25

Please sign in to comment.