]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: locomokbd - use guard notation when acquiring spinlock
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 25 Oct 2024 01:44:32 +0000 (18:44 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 5 Nov 2024 22:17:25 +0000 (14:17 -0800)
commit229ba714e52f7f29f41c1aa2e9f49feef3629322
tree8847a6573dc78d8b55458b6b5c8b533d5041e3c3
parentdda8fdb033f48e759ff190c59aa266905ecba3dd
Input: locomokbd - use guard notation when acquiring spinlock

Using guard notation makes the code more compact and error handling
more robust by ensuring that locks are released in all code paths
when control leaves critical section.

Link: https://lore.kernel.org/r/Zxr4AMJrzhZlHAlf@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/locomokbd.c