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

Commit 59c51cbc authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "coresight: tmc: Fix mem size can't change issue"

parents 1ff203ad c2ea1db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -966,6 +966,7 @@ static void tmc_disable_etr_sink(struct coresight_device *csdev)
		coresight_cti_unmap_trigin(drvdata->cti_reset, 2, 0);
		coresight_cti_unmap_trigout(drvdata->cti_flush, 3, 0);
		tmc_etr_byte_cntr_stop(drvdata->byte_cntr);
		tmc_etr_free_mem(drvdata);
	}
out:
	mutex_unlock(&drvdata->mem_lock);