]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: elants_i2c - switch to using cleanup facilities
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 7 Jun 2024 06:32:05 +0000 (23:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 25 Mar 2026 04:14:25 +0000 (21:14 -0700)
commite5c79d9f65a1211c56a41ca27136c985842fb1b5
treea490c505592818a3dc676bfaac458ce5ab1f189d
parent8c187a4c1592c483e95fc14fb800272cb41395a4
Input: elants_i2c - switch to using cleanup facilities

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/elants_i2c.c