Re: [PATCH] drm/sun4i: dw-hdmi: Make use of the helper function dev_err_probe()
From: Maxime Ripard <hidden>
Date: 2021-09-16 13:47:45
Also in:
dri-devel, linux-sunxi, lkml
From: Maxime Ripard <hidden>
Date: 2021-09-16 13:47:45
Also in:
dri-devel, linux-sunxi, lkml
On Thu, Sep 16, 2021 at 06:56:32PM +0800, Cai Huoqing wrote:
When possible use dev_err_probe help to properly deal with the PROBE_DEFER error, the benefit is that DEFER issue will be logged in the devices_deferred debugfs file. And using dev_err_probe() can reduce code size, the error value gets printed. Signed-off-by: Cai Huoqing <redacted>
Applied, thanks Maxime