aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGuodong Xu <[email protected]>2014-09-10 03:50:39 +0000
committerMark Brown <[email protected]>2014-09-10 10:35:02 +0000
commitb8b27a44ddf1987e9bae84b99741b0a61192e017 (patch)
tree8516c54902fe34fc84693686bd90b06413390d8e /tools/perf/scripts/python
parentLinux 3.17-rc1 (diff)
downloadkernel-b8b27a44ddf1987e9bae84b99741b0a61192e017.tar.gz
kernel-b8b27a44ddf1987e9bae84b99741b0a61192e017.zip
regulator: remove unnecessary of_node_get() to parent
These of_node_get() were added to balance refcount decrements inside of of_find_node_by_name(). See: commit c92f5dd2c42f ("regulator: Add missing of_node_put()") However of_find_node_by_name() was then replaced by of_get_child_by_name(), which doesn't call of_node_put() against its input parameter. So, need to remove these unnecessary of_node_get() calls. Signed-off-by: Guodong Xu <[email protected]> Reviewed-by: Axel Lin <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions