Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1924d2d6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 38806977 0b3d7c61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");