mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
drm/rockchip: lvds: remove now-redundant call to drm_connector_attach_encoder()
drm_connector_attach_encoder() is now called by drm_bridge_connector_init(). Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://patch.msgid.link/20260423115334.444750-1-luca.ceresoli@bootlin.com Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
This commit is contained in:
parent
da3918b645
commit
24202edb68
|
|
@ -628,12 +628,6 @@ static int rockchip_lvds_bind(struct device *dev, struct device *master,
|
|||
ret = PTR_ERR(connector);
|
||||
goto err_free_bridge;
|
||||
}
|
||||
|
||||
ret = drm_connector_attach_encoder(connector, encoder);
|
||||
if (ret < 0) {
|
||||
drm_err(drm_dev, "failed to attach encoder: %d\n", ret);
|
||||
goto err_free_bridge;
|
||||
}
|
||||
}
|
||||
|
||||
pm_runtime_enable(dev);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user