Message ID | 20231120-rk-lvds-defer-msg-v2-1-9c59a5779cf9@theobroma-systems.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/rockchip: lvds: improve erroring out when drm_of_find_panel_or_bridge fails | expand |
diff --git a/drivers/gpu/drm/rockchip/rockchip_lvds.c b/drivers/gpu/drm/rockchip/rockchip_lvds.c index f0f47e9abf5a..17d8fc797151 100644 --- a/drivers/gpu/drm/rockchip/rockchip_lvds.c +++ b/drivers/gpu/drm/rockchip/rockchip_lvds.c @@ -578,7 +578,6 @@ static int rockchip_lvds_bind(struct device *dev, struct device *master, goto err_put_port; } else if (ret) { DRM_DEV_ERROR(dev, "failed to find panel and bridge node\n"); - ret = -EPROBE_DEFER; goto err_put_port; } if (lvds->panel)