Merge "msm: sde: return success if no callback function in r1 ctl"

This commit is contained in:
Linux Build Service Account 2016-12-20 23:44:49 -08:00 committed by Gerrit - the friendly Code Review server
commit 1924d2d6cc

View file

@ -167,7 +167,7 @@ int sde_mdp_mixer_pipe_update(struct sde_mdp_pipe *pipe,
int sde_mdp_display_wait4comp(struct sde_mdp_ctl *ctl)
{
int ret;
int ret = 0;
if (!ctl) {
SDEROT_ERR("invalid ctl\n");