You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drm/ast: drop duplicate initialization
We set ".disable" to "ast_crtc_disable" twice. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
8ff1f792dd
commit
331c575375
@@ -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,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user