diff options
author | Sajjan, Vikas C <[email protected]> | 2016-07-05 11:20:07 +0530 |
---|---|---|
committer | Dan Williams <[email protected]> | 2016-07-06 15:14:48 -0700 |
commit | d1c8e0c521c111f387a17096a17e49af5dea4aa9 (patch) | |
tree | 7d3f5797f39d45a2bbe7ca33fc4e8d444717787a /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | d932dd2ccda0d890d318428466794540e081b9c0 (diff) |
dax: use devm_add_action_or_reset()
If devm_add_action() fails, we are explicitly calling the cleanup to free
the resources allocated. Use the helper devm_add_action_or_reset()
and return directly in case of error, since the cleanup function
has been already called by the helper if there was any error.
Reported-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Vikas C Sajjan <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions