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

Commit 8f2cc2c8 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: Return success to hist ON ioctl if running in mdp3"

parents a6d0f0f7 49f6f42e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1369,9 +1369,9 @@ static int mdp3_histogram_start(struct mdp3_session_data *session,
	mutex_lock(&session->histo_lock);

	if (session->histo_status) {
		pr_err("mdp3_histogram_start already started\n");
		pr_info("mdp3_histogram_start already started\n");
		mutex_unlock(&session->histo_lock);
		return -EBUSY;
		return 0;
	}

	mdp3_res_update(1, 0, MDP3_CLIENT_DMA_P);