diff options
Diffstat (limited to 'drivers/gpu/drm/drm_atomic_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_atomic_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c index 5d9830f6a190..9203f3e933f7 100644 --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm/drm_atomic_helper.c | |||
@@ -370,7 +370,7 @@ mode_fixup(struct drm_atomic_state *state) | |||
370 | struct drm_connector *connector; | 370 | struct drm_connector *connector; |
371 | struct drm_connector_state *conn_state; | 371 | struct drm_connector_state *conn_state; |
372 | int i; | 372 | int i; |
373 | bool ret; | 373 | int ret; |
374 | 374 | ||
375 | for_each_crtc_in_state(state, crtc, crtc_state, i) { | 375 | for_each_crtc_in_state(state, crtc, crtc_state, i) { |
376 | if (!crtc_state->mode_changed && | 376 | if (!crtc_state->mode_changed && |