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

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

Merge "msm: mdss: Remove redundant handoff pending check"

parents 16c22ece ad67e290
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1328,10 +1328,6 @@ int mdss_mdp_overlay_start(struct msm_fb_data_type *mfd)
					mfd->index);
			return 0;
		}
	} else if (mdata->handoff_pending) {
		pr_warn("fb%d: commit while splash handoff pending\n",
				mfd->index);
		return -EPERM;
	}

	pr_debug("starting fb%d overlay\n", mfd->index);