mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/tests: bridge: 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-23-2ae6ca69b390@bootlin.com Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
This commit is contained in:
parent
04ce2e375f
commit
6d303956b4
|
|
@ -173,8 +173,6 @@ drm_test_bridge_init(struct kunit *test, const struct drm_bridge_funcs *funcs)
|
|||
if (IS_ERR(priv->connector))
|
||||
return ERR_CAST(priv->connector);
|
||||
|
||||
drm_connector_attach_encoder(priv->connector, enc);
|
||||
|
||||
drm_mode_config_reset(drm);
|
||||
|
||||
return priv;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user