aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2018-08-27 10:21:53 +0200
committerRob Herring <[email protected]>2018-10-23 13:28:53 -0500
commit9844fb2e351311210e6660a9a1c62d17424a6145 (patch)
tree802a7f3c566481a4e46a32b4adecbec2a7b1805f /tools/perf/scripts/python/export-to-postgresql.py
parent5bf59773aaf36dd62117dc83d50e1bbf9ef432da (diff)
power: supply: twl4030-charger: fix OF sibling-node lookup
Use the new of_get_compatible_child() helper to lookup the usb sibling node instead of using of_find_compatible_node(), which searches the entire tree from a given start node and thus can return an unrelated (non-sibling) node. This also addresses a potential use-after-free (e.g. after probe deferral) as the tree-wide helper drops a reference to its first argument (i.e. the parent device node). While at it, also fix the related phy-node reference leak. Fixes: f5e4edb8c888 ("power: twl4030_charger: find associated phy by more reliable means.") Cc: stable <[email protected]> # 4.2 Cc: NeilBrown <[email protected]> Cc: Felipe Balbi <[email protected]> Cc: Sebastian Reichel <[email protected]> Reviewed-by: Sebastian Reichel <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions