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)
commitd5af8a8f7c4c54758e89fa3b077b62270de3910c
tree98a8724727a3d6e6aeeb3ecc7bc41c517150fef6
parent4b3ed1ae2817d78e72a4281be2a9751a41f20508
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