]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: wm97xx - use guard notation when acquiring mutex
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Aug 2024 22:18:44 +0000 (15:18 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 14:54:00 +0000 (07:54 -0700)
commit35ee82990df219f6f42962c0306c00231b85f238
tree27c59ea5f4beb41bce0d996c939cbaba45b9b560
parentda52f4b27a798304a7f4639ac5addc5574242cdf
Input: wm97xx - use guard notation when acquiring mutex

Guard notation simplifies code.

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