Re: [PATCH v2 0/2] drm/rockchip: lvds: improve erroring out when drm_of_find_panel_or_bridge fails

2024-01-04 Thread Heiko Stuebner
On Mon, 20 Nov 2023 13:29:47 +0100, Quentin Schulz wrote: > drm_of_find_panel_or_bridge may return a different error code than > EPROBE_DEFER so let's not overwrite it. > > At the same time, let's demote the DRM_DEV_ERROR message to > dev_err_probe so that the scary message isn't shown (by

[PATCH v2 0/2] drm/rockchip: lvds: improve erroring out when drm_of_find_panel_or_bridge fails

2023-11-20 Thread Quentin Schulz
drm_of_find_panel_or_bridge may return a different error code than EPROBE_DEFER so let's not overwrite it. At the same time, let's demote the DRM_DEV_ERROR message to dev_err_probe so that the scary message isn't shown (by default) whenever EPROBE_DEFER is returned to not mislead users.