]> git.baikalelectronics.ru Git - kernel.git/commit
Input: mpr121 - make use of the helper function devm_add_action_or_reset()
authorCai Huoqing <caihuoqing@baidu.com>
Thu, 23 Sep 2021 04:50:49 +0000 (21:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Sep 2021 04:56:50 +0000 (21:56 -0700)
commit167ee9bd23103e51d397e43509aac81a8081dfec
tree98a8724727a3d6e6aeeb3ecc7bc41c517150fef6
parentfc470b2dd2b53d31fb7265e8a8daf25aa10064d9
Input: mpr121 - make use of the helper function devm_add_action_or_reset()

The helper function devm_add_action_or_reset() will internally
call devm_add_action(), and if devm_add_action() fails then it will
execute the action mentioned and return the error code. So
use devm_add_action_or_reset() instead of devm_add_action()
to simplify the error handling, reduce the code.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Link: https://lore.kernel.org/r/20210922125954.533-1-caihuoqing@baidu.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/mpr121_touchkey.c