summaryrefslogtreecommitdiff
path: root/goodix_brl_hw.c
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2022-12-11 18:48:53 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2022-12-11 18:48:54 -0800
commit77e9d84665b084027465c7341a4c72b6488a85ab (patch)
tree3c56c0530d58cdbe7d92abf66f6bdaf1a4b29b56 /goodix_brl_hw.c
parent4c529b652ceca43e6a8b28dca4924e4185dc45e0 (diff)
parentfb31f39760ccf470a9fa50419a9d6993418e1f19 (diff)
downloadgoodix_touch-77e9d84665b084027465c7341a4c72b6488a85ab.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr3 into android13-gs-pixel-5.10-udc
SBMerger: 478053055 Change-Id: Ibe2df4a31660b79a734a44750ee83de5fe24d519 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
Diffstat (limited to 'goodix_brl_hw.c')
-rw-r--r--goodix_brl_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodix_brl_hw.c b/goodix_brl_hw.c
index c423674..1e3bc1a 100644
--- a/goodix_brl_hw.c
+++ b/goodix_brl_hw.c
@@ -344,7 +344,7 @@ static int brl_irq_enable(struct goodix_ts_core *cd, bool enable)
}
if (!enable && atomic_cmpxchg(&cd->irq_enabled, 1, 0)) {
- disable_irq(cd->irq);
+ disable_irq_nosync(cd->irq);
ts_debug("Irq disabled");
return 0;
}