diff options
| -rw-r--r-- | drivers/video/fbdev/msm/msm_mdss_io_8974.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/msm_mdss_io_8974.c b/drivers/video/fbdev/msm/msm_mdss_io_8974.c index 690d74fa5271..80dbe83972d7 100644 --- a/drivers/video/fbdev/msm/msm_mdss_io_8974.c +++ b/drivers/video/fbdev/msm/msm_mdss_io_8974.c @@ -2693,7 +2693,8 @@ int mdss_dsi_pre_clkon_cb(void *priv, for (i = DSI_CORE_PM; i < DSI_MAX_PM; i++) { if ((ctrl->ctrl_state & CTRL_STATE_DSI_ACTIVE) && (!pdata->panel_info.cont_splash_enabled) && - (!sdata->power_data[i].vreg_config->disabled)) + (!sdata->power_data[i].vreg_config + ->lp_disable_allowed)) continue; rc = msm_dss_enable_vreg( sdata->power_data[i].vreg_config, |
