summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2026-04-23 11:17:19 +0200
committerLuca Ceresoli <luca.ceresoli@bootlin.com>2026-04-30 10:30:32 +0200
commitd627f7e6318906da2b95ac60616af7501d5145a5 (patch)
treefa4f8fee5a74d082264c93c1330c466bfd94647c
parent6d65baa60f0d7c305eb63b738163c1e35d0eef20 (diff)
downloadlinux-d627f7e6318906da2b95ac60616af7501d5145a5.tar.gz
linux-d627f7e6318906da2b95ac60616af7501d5145a5.zip
drm/exynos: exynos_dp: 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/20260423-drm-bridge-connector-attach_encoder-v2-25-2ae6ca69b390@bootlin.com Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
-rw-r--r--drivers/gpu/drm/exynos/exynos_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_dp.c b/drivers/gpu/drm/exynos/exynos_dp.c
index 6884ea6d04eb..b80540328150 100644
--- a/drivers/gpu/drm/exynos/exynos_dp.c
+++ b/drivers/gpu/drm/exynos/exynos_dp.c
@@ -118,7 +118,7 @@ static int exynos_dp_bind(struct device *dev, struct device *master, void *data)
return ret;
}
- return drm_connector_attach_encoder(connector, dp->plat_data.encoder);
+ return 0;
}
static void exynos_dp_unbind(struct device *dev, struct device *master,