diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 2 |
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 0f012fbe34eb..85ecf41eeabb 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c | |||
@@ -514,7 +514,7 @@ static void intel_dp_destroy_mst_connector(struct drm_dp_mst_topology_mgr *mgr, | |||
514 | intel_connector->mst_port = NULL; | 514 | intel_connector->mst_port = NULL; |
515 | drm_modeset_unlock(&connector->dev->mode_config.connection_mutex); | 515 | drm_modeset_unlock(&connector->dev->mode_config.connection_mutex); |
516 | 516 | ||
517 | drm_connector_unreference(connector); | 517 | drm_connector_put(connector); |
518 | } | 518 | } |
519 | 519 | ||
520 | static void intel_dp_mst_hotplug(struct drm_dp_mst_topology_mgr *mgr) | 520 | static void intel_dp_mst_hotplug(struct drm_dp_mst_topology_mgr *mgr) |