diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-09-23 07:50:49 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-09-23 07:56:50 +0300 |
commit | d5af8a8f7c4c54758e89fa3b077b62270de3910c (patch) | |
tree | 98a8724727a3d6e6aeeb3ecc7bc41c517150fef6 /include | |
parent | 4b3ed1ae2817d78e72a4281be2a9751a41f20508 (diff) | |
download | linux-d5af8a8f7c4c54758e89fa3b077b62270de3910c.tar.xz |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions