]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: ad7879 - use guard notation when acquiring mutexes
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 Jul 2024 05:40:19 +0000 (22:40 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:19 +0000 (21:14 -0700)
commitab2a8300179b80c7d05b460cbf319cd56c0eaf4d
tree6fb850df24b8914efb77600a44b64fa89a900530
parentf3488759a5c141d68a8660d1ca858353e97994a1
Input: ad7879 - 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/ad7879.c