]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: exc3000 - use guard notation when acquiring mutex
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 18 Aug 2024 00:26:09 +0000 (17:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:26 +0000 (21:14 -0700)
commit576c99f1a34da9618a5df8ed8648f2beee7e5411
tree37b3ec8fdd04be3e5a645c6f1c019165e9c1eb04
parentcec3bcec6fd54cd1bdcb8786ca661912d879d399
Input: exc3000 - use guard notation when acquiring mutex

Guard notation simplifies code.

Note that callers of exc3000_vendor_data_request() always expect
response, so it was adjusted to always wait for it.

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