diff options
author | Fuqian Huang <[email protected]> | 2019-07-08 20:32:59 +0800 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2019-09-02 21:09:12 +0200 |
commit | 204205836f4d9a44c3e8825a9c14704fc5b2cdfd (patch) | |
tree | 262eb9c9b0640682c58e02c046bcca200c62243b /lib/test_overflow.c | |
parent | 08614b407d8dffd9136c79ce6fd579be42173cc3 (diff) |
power: supply: sc27xx: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()
devm_add_action_or_reset() is introduced as a helper function which
internally calls devm_add_action(). If devm_add_action() fails
then it will execute the action mentioned and return the error code.
This reduce source code size (avoid writing the action twice)
and reduce the likelyhood of bugs.
Signed-off-by: Fuqian Huang <[email protected]>
Reviewed-by: Baolin Wang <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions