drm/rockchip: delete unused and repeated call
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I281e4fe6834273a10b7c289128173aff32ec4125
This commit is contained in:
parent
ebe917bdf9
commit
4927c43eb7
|
|
@ -670,8 +670,6 @@ static int display_enable(struct display_state *state)
|
||||||
const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs;
|
const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs;
|
||||||
struct panel_state *panel_state = &state->panel_state;
|
struct panel_state *panel_state = &state->panel_state;
|
||||||
|
|
||||||
display_init(state);
|
|
||||||
|
|
||||||
if (!state->is_init)
|
if (!state->is_init)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue