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-08 08:30:26 +0800
commit49deb9e35718434670af5e030a4b9b23c3f29267 (patch)
tree3c56c0530d58cdbe7d92abf66f6bdaf1a4b29b56
parentbc74187e4a8dec8eb34e6ebd660c424edc0f31cd (diff)
downloadgoodix_touch-49deb9e35718434670af5e030a4b9b23c3f29267.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