]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: lpc32xx_ts - use guard notation when acquiring mutex
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Aug 2024 21:11:25 +0000 (14:11 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:53 +0000 (21:14 -0700)
commita00a9fad1c05293859c25b30621dde0f34290121
tree37f28223970486418767e6726de02e79d27d3a30
parent3092610fdc62b798f648b6de59a83ecd70315913
Input: lpc32xx_ts - use guard notation when acquiring mutex

Guard notation simplifies code.

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