Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f2db7dc authored by Peter Rosin's avatar Peter Rosin Committed by Inki Dae
Browse files

drm/exynos: hdmi: avoid duplicating drm_bridge_attach



drm_bridge_attach takes care of these assignments, so there is no need
to open-code them a second time.

Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 0ccc1c8f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -954,8 +954,6 @@ static int hdmi_create_connector(struct drm_encoder *encoder)
	drm_mode_connector_attach_encoder(connector, encoder);

	if (hdata->bridge) {
		encoder->bridge = hdata->bridge;
		hdata->bridge->encoder = encoder;
		ret = drm_bridge_attach(encoder, hdata->bridge, NULL);
		if (ret)
			DRM_ERROR("Failed to attach bridge\n");