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

Commit d20ec8b3 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: Fix commit bit being set at wrong index" into msm-4.9

parents b68fc3a1 2cff2560
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,8 +337,8 @@ static int tcs_cmd_list_gen(int *n_active,
			tcs_cmd_gen(cur_bcm, &cmdlist_active[k],
				cur_bcm->node_vec[ACTIVE_CTX].vec_a,
				cur_bcm->node_vec[ACTIVE_CTX].vec_b, commit);
			k++;
			last_tcs = k;
			k++;
			cur_bcm->updated = true;
		}
	}