diff options
author | Steven Price <[email protected]> | 2019-03-25 17:37:22 +0000 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2019-04-12 18:11:18 +0100 |
commit | fa7fe29a645b4da08efe8ff2392898b88f9ded9f (patch) | |
tree | 34431a66f2a5f38213a1766260f4b144363e02f9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) |
firmware: arm_scmi: fix of_node leak in scmi_mailbox_check
of_parse_phandle_with_args() requires the caller to call of_node_put() on
the returned args->np pointer. Otherwise the reference count will remain
incremented.
However, in this case, since we don't actually use the returned pointer,
we can simply pass in NULL.
Fixes: aa4f886f3893f ("firmware: arm_scmi: add basic driver infrastructure for SCMI")
Signed-off-by: Steven Price <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions