[PATCH v3 3/6] drm/rockchip: dw_hdmi_qp: Improve error handling with dev_err_probe()
Daniel Stone
daniel at fooishbar.org
Fri Aug 29 08:09:53 PDT 2025
On Mon, 25 Aug 2025 at 10:57, Cristian Ciocaltea
<cristian.ciocaltea at collabora.com> wrote:
> The error handling in dw_hdmi_qp_rockchip_bind() is quite inconsistent,
> i.e. in some cases the error code is not included in the message, while
> in some other cases there is no check for -EPROBE_DEFER.
>
> Since this is part of the probe path, address the aforementioned issues
> by switching to dev_err_probe(), which also reduces the code a bit.
Reviewed-by: Daniel Stone <daniels at collabora.com>
More information about the linux-arm-kernel
mailing list