Re: [PATCH] drm: bridge: adv7511: use dev_err_probe in probe function

2022-10-17 Thread Laurent Pinchart
Hi Ahmad, Thank you for the patch. On Mon, Oct 17, 2022 at 08:28:09PM +0200, Ahmad Fatoum wrote: > adv7511 probe may need to be attempted multiple times before no > -EPROBE_DEFER is returned. Currently, every such probe results in > an error message: > > [4.534229] adv7511 1-003d: failed to

[PATCH] drm: bridge: adv7511: use dev_err_probe in probe function

2022-10-17 Thread Ahmad Fatoum
adv7511 probe may need to be attempted multiple times before no -EPROBE_DEFER is returned. Currently, every such probe results in an error message: [4.534229] adv7511 1-003d: failed to find dsi host [4.580288] adv7511 1-003d: failed to find dsi host This is misleading, as there is no erro