]> git.ipfire.org Git - thirdparty/linux.git/commit
Input: raydium_i2c_ts - switch to using cleanup functions
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 29 May 2024 18:22:15 +0000 (11:22 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 14:53:58 +0000 (07:53 -0700)
commite3e82a9d08fcfebc9ece8333711658ab8d7f3684
treea8a71a1fa507f0755428be3dda764a7dc550d18e
parent738de07ddf0926b01fd8d3ba24f0c65fa5b418f5
Input: raydium_i2c_ts - switch to using cleanup functions

Start using __free() and guard() primitives to simplify the code
and error handling.

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