Commit 331c5753 authored by Dan Carpenter's avatar Dan Carpenter Committed by Dave Airlie

drm/ast: drop duplicate initialization

We set ".disable" to "ast_crtc_disable" twice.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 8ff1f792
...@@ -582,7 +582,6 @@ static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = { ...@@ -582,7 +582,6 @@ static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = {
.mode_set_base = ast_crtc_mode_set_base, .mode_set_base = ast_crtc_mode_set_base,
.disable = ast_crtc_disable, .disable = ast_crtc_disable,
.load_lut = ast_crtc_load_lut, .load_lut = ast_crtc_load_lut,
.disable = ast_crtc_disable,
.prepare = ast_crtc_prepare, .prepare = ast_crtc_prepare,
.commit = ast_crtc_commit, .commit = ast_crtc_commit,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment