aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/meson_plane.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <[email protected]>2022-07-22 09:47:55 +0200
committerJavier Martinez Canillas <[email protected]>2022-07-23 01:39:28 +0200
commitbbb6f93f51a19787f455768015e9a77a4d83c4c8 (patch)
treec9c5f7158bbc0d7991263505dffad29f74e4e64a /drivers/gpu/drm/meson/meson_plane.c
parenteaa225b6b52233d45457fd33730e1528c604d92d (diff)
drm/bridge: ti-sn65dsi86: Use dev_err_probe() to avoid polluting the log
If devm_drm_of_get_bridge() can't find the connected bridge, it returns an ERR_PTR(-EPROBE_DEFER) to indicate that the probe should be deferred. But this path also prints an error message, which pollutes the kernel log since is printed on every probe deferral, i.e: $ dmesg | grep "failed to create panel bridge" | wc -l 38 Signed-off-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Andrzej Hajda <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/meson/meson_plane.c')
0 files changed, 0 insertions, 0 deletions