aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp_mst.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
-rw-r--r--drivers/gpu/drm/i915/intel_dp_mst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c
index 364330fc5d6a..0095c197f155 100644
--- a/drivers/gpu/drm/i915/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/intel_dp_mst.c
@@ -474,7 +474,7 @@ static struct drm_connector *intel_dp_add_mst_connector(struct drm_dp_mst_topolo
474 drm_object_attach_property(&connector->base, dev->mode_config.path_property, 0); 474 drm_object_attach_property(&connector->base, dev->mode_config.path_property, 0);
475 drm_object_attach_property(&connector->base, dev->mode_config.tile_property, 0); 475 drm_object_attach_property(&connector->base, dev->mode_config.tile_property, 0);
476 476
477 ret = drm_mode_connector_set_path_property(connector, pathprop); 477 ret = drm_connector_set_path_property(connector, pathprop);
478 if (ret) 478 if (ret)
479 goto err; 479 goto err;
480 480