]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: wdt87xx_i2c - switch to using cleanup functions
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 29 May 2024 18:08:15 +0000 (11:08 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 14:53:59 +0000 (07:53 -0700)
commitda52f4b27a798304a7f4639ac5addc5574242cdf
tree033f3b8bd92a69398caaf6186470709b277dc6d4
parente65407f838368fb7ab98fb7f02cbf5b9377976d3
Input: wdt87xx_i2c - 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/wdt87xx_i2c.c