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

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

Merge "tmc-etr: Remove the duplicated cti map"

parents 91553bb2 d199fb45
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1438,9 +1438,6 @@ static int tmc_enable_etr_sink_sysfs(struct coresight_device *csdev)
		spin_lock_irqsave(&drvdata->spinlock, flags);
	}

	coresight_cti_map_trigout(drvdata->cti_flush, 3, 0);
	coresight_cti_map_trigin(drvdata->cti_reset, 2, 0);

	if (drvdata->reading || drvdata->mode == CS_MODE_PERF) {
		ret = -EBUSY;
		goto out;