summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2022-12-15 01:01:25 +0000
committerAndroid Partner Code Review <android-gerrit-partner@google.com>2022-12-15 01:01:25 +0000
commited08a78bf467a6efcf9d2e2806a54a4197047e89 (patch)
treeda09f55bfc54daeb80d58ede2be739926b764a55
parentfb31f39760ccf470a9fa50419a9d6993418e1f19 (diff)
parent2d1f7e75c25b9616df812b1a03dc304cce41e7c7 (diff)
downloadgoodix_touch-ed08a78bf467a6efcf9d2e2806a54a4197047e89.tar.gz
Merge "touch/goodix: Correct a typo in log" into android13-gs-pixel-5.10-tm-qpr3
-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