]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: eeti_ts - use guard notation when acquiring mutexes
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 Jul 2024 02:26:14 +0000 (19:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:24 +0000 (21:14 -0700)
commit6e9b9192d69d5d206afc502a06569a1650e41ef0
tree856df1920d9266b4c1bd841715b26a0915d9316f
parentdf2e75e070a82fc02eac99743d0823972da293b1
Input: eeti_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/eeti_ts.c