Re: [PATCH 3/3] drm/bridge: fsl-ldb: simplify device_node error handling

2025-05-14 Thread Marco Felsch
Hi Laurent, On 25-05-15, Laurent Pinchart wrote: > Hi Marco, > > On Thu, May 15, 2025 at 12:24:53AM +0200, Marco Felsch wrote: > > Make use of __free(device_node) to simplify the of_node_put() error > > handling paths. No functional changes. > > > > Signed-off-by: Marco Felsch > > --- > > driv

Re: [PATCH 3/3] drm/bridge: fsl-ldb: simplify device_node error handling

2025-05-14 Thread Laurent Pinchart
Hi Marco, On Thu, May 15, 2025 at 12:24:53AM +0200, Marco Felsch wrote: > Make use of __free(device_node) to simplify the of_node_put() error > handling paths. No functional changes. > > Signed-off-by: Marco Felsch > --- > drivers/gpu/drm/bridge/fsl-ldb.c | 24 +--- > 1 file

[PATCH 3/3] drm/bridge: fsl-ldb: simplify device_node error handling

2025-05-14 Thread Marco Felsch
Make use of __free(device_node) to simplify the of_node_put() error handling paths. No functional changes. Signed-off-by: Marco Felsch --- drivers/gpu/drm/bridge/fsl-ldb.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/bridge/fsl-ldb