aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorNicholas Mc Guire <[email protected]>2018-06-29 19:07:42 +0200
committerTakashi Iwai <[email protected]>2018-06-29 20:35:14 +0200
commit222bce5eb88d1af656419db04bcd84b2419fb900 (patch)
tree248d76c3c68be1182a2126c75b77fe52bb82f365 /tools/perf/scripts/python/call-graph-from-sql.py
parentfdd49c510021d389bf5979282193e084f328e031 (diff)
ALSA: snd-aoa: add of_node_put() in error path
Both calls to of_find_node_by_name() and of_get_next_child() return a node pointer with refcount incremented thus it must be explicidly decremented here after the last usage. As we are assured to have a refcounted np either from the initial of_find_node_by_name(NULL, name); or from the of_get_next_child(gpio, np) in the while loop if we reached the error code path below, an x of_node_put(np) is needed. Signed-off-by: Nicholas Mc Guire <[email protected]> Fixes: commit f3d9478b2ce4 ("[ALSA] snd-aoa: add snd-aoa") Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions