summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Wang <masonwang@google.com>2022-12-08 08:28:18 +0800
committerMason Wang <masonwang@google.com>2022-12-14 10:03:37 +0000
commitf72d267708de8cfa6c81bba83405e77a18b8e726 (patch)
treeda09f55bfc54daeb80d58ede2be739926b764a55
parent76f10897dd10113c9515d1d047021e8bcbd580f7 (diff)
downloadgoodix_touch-android-gs-lynx-5.10-android13-qpr2-b.tar.gz
The original typo string is in Ravi's pa/2339398, I help to correct it. Bug: 230827813 Test: Build pass. Change-Id: Ia93140adf826b8cd4e5331da7ded4355f50e7ce2 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 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