OSDN Git Service

drm/sun4i: dw-hdmi: Make use of the helper function dev_err_probe()
authorCai Huoqing <caihuoqing@baidu.com>
Thu, 16 Sep 2021 10:56:32 +0000 (18:56 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 16 Sep 2021 13:47:20 +0000 (15:47 +0200)
commit91241ee25a2f1fcaee69d81c68c541d7ec9d020a
tree444f1d05debb2701e280ca0a6e92f594fe45b2ab
parentb41e24a5c72b7bec72771119379e367e6e2f75ef
drm/sun4i: dw-hdmi: Make use of the helper function dev_err_probe()

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 <caihuoqing@baidu.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210916105633.12162-1-caihuoqing@baidu.com
drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c