summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Wang <masonwang@google.com>2022-12-06 20:50:47 +0800
committerMason Wang <masonwang@google.com>2022-12-06 21:04:09 +0800
commit76f10897dd10113c9515d1d047021e8bcbd580f7 (patch)
tree3c56c0530d58cdbe7d92abf66f6bdaf1a4b29b56
parent23f746a78e7081741677a30eec3a62df2e4fac76 (diff)
downloadgoodix_touch-76f10897dd10113c9515d1d047021e8bcbd580f7.tar.gz
touch/goodix: Use ts_xxx() instead of GOOG_XXX()
Bug: 261127820 Test: Build pass. Change-Id: Id2859fd143ffd2eabab5409c73d9dcc95c264ed1 Signed-off-by: Mason Wang <masonwang@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..7314868 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_err("Error while obtaing IRQ wakelock: %d!\n", ret);
return IRQ_HANDLED;
}
#endif