mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm/atomic: fix an error code in mode_fixup()
am: f72b751f43
Change-Id: I18838dc3ede11f6392a8d603a73c69cae8e23814
This commit is contained in:
@@ -362,7 +362,7 @@ mode_fixup(struct drm_atomic_state *state)
|
||||
struct drm_connector *connector;
|
||||
struct drm_connector_state *conn_state;
|
||||
int i;
|
||||
bool ret;
|
||||
int ret;
|
||||
|
||||
for_each_crtc_in_state(state, crtc, crtc_state, i) {
|
||||
if (!crtc_state->mode_changed &&
|
||||
|
||||
Reference in New Issue
Block a user