Re: [PATCH v1] drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found

2023-03-22 Thread Laurent Pinchart
Hi Francesco, Thank you for the patch. On Wed, Mar 22, 2023 at 03:03:09PM +0100, Francesco Dolcini wrote: > From: Matheus Castello > > Returns EPROBE_DEFER when of_drm_find_bridge() fails, this is consistent > with what all the other DRM bridge drivers are doing and this is > required since

[PATCH v1] drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found

2023-03-22 Thread Francesco Dolcini
From: Matheus Castello Returns EPROBE_DEFER when of_drm_find_bridge() fails, this is consistent with what all the other DRM bridge drivers are doing and this is required since the bridge might not be there when the driver is probed and this should not be a fatal failure. Cc: Fixes: