]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: iqs5xx - switch to using cleanup functions
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 16 Jan 2024 21:52:33 +0000 (13:52 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:52 +0000 (21:14 -0700)
commit582f32aa89e66ab1e16aab157fdd483b5acc86fa
tree5e03791bce0966f31aa4c8d6e4ba5fad586073c3
parentf1324109d1a41125815eb4bd1666c6b02a3ac7d4
Input: iqs5xx - 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/iqs5xx.c