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 778c887108b7..909b9f555458 100644
--- a/drivers/gpu/drm/i915/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/intel_dp_mst.c
@@ -239,7 +239,7 @@ static void intel_mst_pre_enable_dp(struct intel_encoder *encoder,
239 struct intel_connector *connector = 239 struct intel_connector *connector =
240 to_intel_connector(conn_state->connector); 240 to_intel_connector(conn_state->connector);
241 int ret; 241 int ret;
242 uint32_t temp; 242 u32 temp;
243 243
244 /* MST encoders are bound to a crtc, not to a connector, 244 /* MST encoders are bound to a crtc, not to a connector,
245 * force the mapping here for get_hw_state. 245 * force the mapping here for get_hw_state.