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

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

Merge "msm: msm_bus: Suspected fix for deadlock"

parents 2fce5fa4 8c0aa2a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -912,7 +912,8 @@ static int update_request_legacy(uint32_t cl, unsigned index)
	pdata = client->pdata;
	if (!pdata) {
		MSM_BUS_ERR("Null pdata passed to update-request\n");
		return -ENXIO;
		ret = -ENXIO;
		goto err;
	}

	if (index >= pdata->num_usecases) {