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

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

Merge "coresight: tmc-etf: fix etf disable issue"

parents b6410c3f d0bd42f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ static void __tmc_etb_disable_hw(struct tmc_drvdata *drvdata)

static void tmc_etb_disable_hw(struct tmc_drvdata *drvdata)
{
	coresight_disclaim_device(drvdata);
	coresight_disclaim_device(drvdata->base);
	__tmc_etb_disable_hw(drvdata);
}