summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2023-02-02 15:15:53 +0800
committerdavidycchen <davidycchen@google.com>2023-02-02 15:15:53 +0800
commitbef3cc4215fd8f5074eb3a021995a17b6c559666 (patch)
treec9abf147c449512ce12d0cf3f13ceccb1e6d8736
parente3751f5b822d562dac7edc4986ecff24d48f2196 (diff)
downloadgoodix_touch-bef3cc4215fd8f5074eb3a021995a17b6c559666.tar.gz
goodix: correct log format
Bug: 243078934 Test: build pass. Change-Id: Icb2566a9a5a514c93614ee2da5b7d954f9bfe6c8 Signed-off-by: davidycchen <davidycchen@google.com>
-rw-r--r--goodix_ts_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodix_ts_core.c b/goodix_ts_core.c
index ce66b48..3ad3b1a 100644
--- a/goodix_ts_core.c
+++ b/goodix_ts_core.c
@@ -1873,7 +1873,7 @@ static irqreturn_t goodix_ts_threadirq_func(int irq, void *data)
#if IS_ENABLED(CONFIG_GOOG_TOUCH_INTERFACE) && IS_ENABLED(CONFIG_GTI_PM)
ret = goog_pm_wake_lock(core_data->gti, GTI_PM_WAKELOCK_TYPE_IRQ, true);
if(ret < 0) {
- GOOG_INFO("Error while obtaing IRQ wakelock: %d!\n", ret);
+ ts_info("Error while obtaing IRQ wakelock: %d!\n", ret);
return IRQ_HANDLED;
}
#endif