]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: ads7846 - switch to using cleanup functions
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 Jul 2024 05:47:44 +0000 (22:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:20 +0000 (21:14 -0700)
commitd77c45c8f0fd6a8cbbcaceb181633c092856f1c7
tree4516bfe765a93789b8f0cb52ed723535490ed0ed
parentab2a8300179b80c7d05b460cbf319cd56c0eaf4d
Input: ads7846 - 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/ads7846.c