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

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

Merge "msm: vidc: Remove core lock during power suspend"

parents 18a22c43 37aaf85b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3341,11 +3341,9 @@ int msm_comm_suspend(int core_id)
		return -EINVAL;
	}

	mutex_lock(&core->lock);
	rc = call_hfi_op(hdev, suspend, hdev->hfi_device_data);
	if (rc)
		dprintk(VIDC_WARN, "Failed to suspend\n");
	mutex_unlock(&core->lock);

	return rc;
}