Re: [PATCH] drm/bridge: anx7625: Add missing of_node_put for endpoint

2022-05-23 Thread Robert Foss
On Thu, 19 May 2022 at 13:23, Marek Vasut wrote: > > Add of_node_put call on the endpoint node after it is not needed. > > Signed-off-by: Marek Vasut > Cc: Alex Deucher > Cc: Javier Martinez Canillas > Cc: Lyude Paul > Cc: Thomas Zimmermann > Cc: Xin Ji > --- > drivers/gpu/drm/bridge/analog

[PATCH] drm/bridge: anx7625: Add missing of_node_put for endpoint

2022-05-19 Thread Marek Vasut
Add of_node_put call on the endpoint node after it is not needed. Signed-off-by: Marek Vasut Cc: Alex Deucher Cc: Javier Martinez Canillas Cc: Lyude Paul Cc: Thomas Zimmermann Cc: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver