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

Commit 4a088a4c 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 82eaa958 4904b11a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3296,11 +3296,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;
}