summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2022-12-19 01:19:30 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2022-12-19 01:19:31 -0800
commit5e6272eae4d846587fe88515bd3293e48aa106e7 (patch)
treed4b2a74fb1aba30a61a6c385a1e13d3920ed32ac
parentedb87bf8a9543c83463e75f1658ea347491e211a (diff)
parent6a00707d925e6c7640a415982fa79c9413537034 (diff)
downloadgoodix_touch-5e6272eae4d846587fe88515bd3293e48aa106e7.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr3 into android13-gs-pixel-5.10-udc
SBMerger: 478053055 Change-Id: I8b0d0533e2e35ee54a4e4f7bf4b72a5d9c7f1b80 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.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