From 76f10897dd10113c9515d1d047021e8bcbd580f7 Mon Sep 17 00:00:00 2001 From: Mason Wang Date: Tue, 6 Dec 2022 20:50:47 +0800 Subject: touch/goodix: Use ts_xxx() instead of GOOG_XXX() Bug: 261127820 Test: Build pass. Change-Id: Id2859fd143ffd2eabab5409c73d9dcc95c264ed1 Signed-off-by: Mason Wang --- goodix_ts_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3