input: touchscreen: xiaomi: Get rid of notify buf spam

Change-Id: I286dbcdc596ce06eb9d391cc2d267157855210ea
This commit is contained in:
Arian 2024-03-14 14:40:33 +01:00 committed by Jens Reidel
parent 8842f4a0b2
commit de603ae4f8
No known key found for this signature in database
GPG Key ID: 23C1E5F512C12303

View File

@ -1463,7 +1463,7 @@ static ssize_t update_rawdata_store(struct device *dev,
sysfs_notify(&xiaomi_touch_dev.dev->kobj, NULL,
"update_rawdata");
pr_info("%s notify buf\n", __func__);
//pr_info("%s notify buf\n", __func__);
return count;
}