diff options
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_ctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_ctl.c b/drivers/video/fbdev/msm/mdss_mdp_ctl.c index 434249f0ca61..6c9cce2bc716 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_ctl.c +++ b/drivers/video/fbdev/msm/mdss_mdp_ctl.c @@ -292,6 +292,7 @@ static int mdss_mdp_ctl_free(struct mdss_mdp_ctl *ctl) } mutex_lock(&mdss_mdp_ctl_lock); ctl->ref_cnt--; + ctl->intf_num = MDSS_MDP_NO_INTF; ctl->is_secure = false; ctl->power_on = false; ctl->start_fnc = NULL; |
