]> git.ipfire.org Git - thirdparty/linux.git/commit
Input: atmel_mxt_ts - switch to using cleanup functions
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 29 May 2024 21:37:21 +0000 (14:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:20 +0000 (21:14 -0700)
commitd911a55b29bc393cccdd9236bbbd7333eaeafe3c
tree356bb2672149dd33b267ed68deb47036d1b803c4
parentd77c45c8f0fd6a8cbbcaceb181633c092856f1c7
Input: atmel_mxt_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/atmel_mxt_ts.c