From 313d899ea76a728046c194ded35c2d20909cb707 Mon Sep 17 00:00:00 2001
From: huangcm <1263938474@qq.com>
Date: Mon, 10 Mar 2025 02:49:38 +0000
Subject: [PATCH] fix(touchscreen): fix ft8756 .i to .h

---
 longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_core.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_core.c b/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_core.c
index 3281e42..4db0042 100755
--- a/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_core.c
+++ b/longan/kernel/linux-4.9/drivers/input/touchscreen/focaltech_touch_ft8756/focaltech_core.c
@@ -2027,6 +2027,9 @@
 static void fts_resume_work(struct work_struct *work)
 {
     struct fts_ts_data *ts_data = container_of(work, struct fts_ts_data, resume_work);
+	if (ts_data == NULL) {
+		printk("ts_data is NULL \n");
+	}
     // fts_ts_resume(ts_data->dev);
 }
 

--
Gitblit v1.6.2