Re: [PATCH RESEND] drm/bridge: ti-sn65dsi83: use dev_err_probe when failing to get panel bridge

From: Neil Armstrong
Date: Wed Dec 18 2024 - 05:15:03 EST


Hi,

On 17/12/2024 17:06, Luca Ceresoli wrote:
Hello,

On Tue, 17 Dec 2024 17:02:51 +0100
Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx> wrote:

When devm_drm_of_get_bridge() fails, the probe fails silently. Use
dev_err_probe() instead to log an error or report the deferral reason,
whichever is applicable.

Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>

This patch got a reviewed-by from Andi Shyti when I sent it the first
time [0], but b4 didn't keep it when resending. I think it is fair for
me to add it now, even though I'm not sure patchwork and b4 will catch
it:

Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxxxxxxx>

[0] https://lore.kernel.org/all/ZrtuksiarZNS8L79@xxxxxxxxxxxxxxxx/


Added it manually!

Thanks
Neil