diff options
author | Pan Bian <[email protected]> | 2021-01-21 01:03:59 -0800 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2021-01-25 20:18:42 +0100 |
commit | 94e9dd43cf327366388c8f146bccdc6322c0d999 (patch) | |
tree | f250c8bc39521ad4625c09a7d3d987709f7ac394 /net/unix/unix_bpf.c | |
parent | 1821203150330c4b5604b0350f23902838b53fb7 (diff) |
memory: ti-aemif: Drop child node when jumping out loop
Call of_node_put() to decrement the reference count of the child node
child_np when jumping out of the loop body of
for_each_available_child_of_node(), which is a macro that increments and
decrements the reference count of child node. If the loop is broken, the
reference of the child node should be dropped manually.
Fixes: 5a7c81547c1d ("memory: ti-aemif: introduce AEMIF driver")
Signed-off-by: Pan Bian <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions