diff options
author | Wen Yang <[email protected]> | 2019-02-26 16:17:49 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-04-02 12:57:56 +0700 |
commit | 64b92de9603f22b5455da925ee57268ef7fb4e80 (patch) | |
tree | fbc7b1f2b90c63c208bceec67d137db6ea513ff2 /tools/perf/scripts/python/netdev-times.py | |
parent | 02b6424509e0c8a36d02b0ee36445be8d1fb128a (diff) |
ASoC: wcd9335: fix a leaked reference by adding missing of_node_put
The call to of_parse_phandle returns a node pointer with refcount
incremented thus it must be explicitly decremented after the last
usage.
Detected by coccinelle with the following warnings:
./sound/soc/codecs/wcd9335.c:5193:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 5183, but without a correspon ding object release within this function.
Signed-off-by: Wen Yang <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Srinivas Kandagatla <[email protected]>
Cc: Vinod Koul <[email protected]>
Cc: Dan Carpenter <[email protected]> (commit_signer:1/11=9%,authored:1/11=9%)
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions