diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-07-08 15:32:59 +0300 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2019-09-02 22:09:12 +0300 |
commit | 204205836f4d9a44c3e8825a9c14704fc5b2cdfd (patch) | |
tree | 262eb9c9b0640682c58e02c046bcca200c62243b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 08614b407d8dffd9136c79ce6fd579be42173cc3 (diff) | |
download | linux-204205836f4d9a44c3e8825a9c14704fc5b2cdfd.tar.xz |
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 <huangfq.daxian@gmail.com>
Reviewed-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions