]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: auo-pixcir-ts - use guard notation when acquiring mutexes
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 Jul 2024 05:51:52 +0000 (22:51 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:21 +0000 (21:14 -0700)
commit24b3bc4a8f1bf90d742de14b664845deba2e52ab
treef9f970db1002d46530cd9b33b91f5898bfd0bec0
parentd911a55b29bc393cccdd9236bbbd7333eaeafe3c
Input: auo-pixcir-ts - use guard notation when acquiring mutexes

This makes the code more compact and error handling more robust.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/auo-pixcir-ts.c