Re: [PATCH] drm/bridge:tc358767: Add of_node_put() when breaking out of loop

2022-07-18 Thread Robert Foss
Can you use the norma commitl title prefix "drm/bridge: tc358767: " On Thu, 7 Jul 2022 at 04:45, Liang He wrote: > > In tc_probe_bridge_endpoint(), we should call of_node_put() when > breaking out of the for_each_endpoint_of_node() which will automatically > increase and decrease the refcount. >

[PATCH] drm/bridge:tc358767: Add of_node_put() when breaking out of loop

2022-07-06 Thread Liang He
In tc_probe_bridge_endpoint(), we should call of_node_put() when breaking out of the for_each_endpoint_of_node() which will automatically increase and decrease the refcount. Fixes: 71f7d9c03118 ("drm/bridge: tc358767: Detect bridge mode from connected endpoints in DT") Signed-off-by: Liang He --