diff options
| author | Vivek Gautam <[email protected]> | 2014-10-06 11:51:10 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-11-03 15:34:00 -0800 |
| commit | 6d40500ac9b69b78dace3a498bc1690200682789 (patch) | |
| tree | 34add65ecb4a73fa431835990e3340991fcef976 /tools/perf/scripts/python/bin | |
| parent | 61fbe96c8b131dcf246030c72dfe97a2cbfb247b (diff) | |
usb: ehci/ohci-exynos: Fix of_node_put() for child when getting PHYs
On enabling CONFIG_OF_SELFTEST which enables CONFIG_OF_DYNAMIC,
we found out that while getting PHYs for the controller we were
doing an extra of_node_put on the child node in our routines -
exynos_e/ohci_get_phy().
This child is however already put by of_get_next_available_child()
which does a of_node_put() on the "prev" node. So there's no point
in putting the same node again in our routine.
Reported-by: Daniel Drake <[email protected]>
Signed-off-by: Vivek Gautam <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions