]> git.ipfire.org Git - thirdparty/linux.git/commit
Input: pixcir_i2c_ts - use guard notation when acquiring mutex
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 18 Aug 2024 02:07:03 +0000 (19:07 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 14:53:58 +0000 (07:53 -0700)
commit738de07ddf0926b01fd8d3ba24f0c65fa5b418f5
tree69e399cdd61494cf7042eab5ca69eacaa74d0b56
parent9f33f4fd39964d13379af396f3bfe3d3617a33f5
Input: pixcir_i2c_ts - use guard notation when acquiring mutex

Guard notation simplifies code.

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