Merge "msm: sde: return success if no callback function in r1 ctl"
This commit is contained in:
commit
1924d2d6cc
1 changed files with 1 additions and 1 deletions
|
@ -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 sde_mdp_display_wait4comp(struct sde_mdp_ctl *ctl)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret = 0;
|
||||||
|
|
||||||
if (!ctl) {
|
if (!ctl) {
|
||||||
SDEROT_ERR("invalid ctl\n");
|
SDEROT_ERR("invalid ctl\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue