diff options
author | Dinghao Liu <[email protected]> | 2020-08-20 12:28:27 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-08-26 19:26:58 +0100 |
commit | c1e6414cdc371f9ed82cefebba7538499a3059f9 (patch) | |
tree | 6665b6878e9dd114123daf54ff7d6c304d9b35c5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d062085d61b1c2015845d1d9c475266381cce785 (diff) |
ASoC: qcom: common: Fix refcount imbalance on error
for_each_child_of_node returns a node pointer np with
refcount incremented. So when devm_kzalloc fails, a
pairing refcount decrement is needed to keep np's
refcount balanced.
Fixes: 16395ceee11f8 ("ASoC: qcom: common: Fix NULL pointer in of parser")
Signed-off-by: Dinghao Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions