From 2d1f7e75c25b9616df812b1a03dc304cce41e7c7 Mon Sep 17 00:00:00 2001 From: Mason Wang Date: Thu, 8 Dec 2022 08:28:18 +0800 Subject: touch/goodix: Correct a typo in log The original typo string is in Ravi's pa/2343492, I help to correct it. Bug: 230827813 Test: Build pass. Change-Id: Ia93140adf826b8cd4e5331da7ded4355f50e7ce2 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 7314868..ae3e54a 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) { - ts_err("Error while obtaing IRQ wakelock: %d!\n", ret); + ts_err("Error while obtaining IRQ wakelock: %d!\n", ret); return IRQ_HANDLED; } #endif -- cgit v1.2.3