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

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

Merge "coresight: fix nr_addr_cmp check in etmv4 driver"

parents 06332ef4 d8859bea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ static void etm_reset_data(struct etm_drvdata *drvdata)
	 * each trace run.
	 */
	drvdata->vinst_ctrl |= BIT(0);
	if (drvdata->nr_addr_cmp == true) {
	if (drvdata->nr_addr_cmp) {
		drvdata->mode |= ETM_MODE_VIEWINST_STARTSTOP;
		drvdata->vinst_ctrl |= BIT(9);
	}