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

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

Merge "coresight: tmc: Fix compile warning"

parents 78b7c228 23ea81fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ static DEVICE_ATTR_RW(block_size);
static int tmc_iommu_init(struct tmc_drvdata *drvdata)
{
	struct device_node *node = drvdata->dev->of_node;
	int atomic_ctx = 1, ret = 0;
	int ret = 0;

	if (!of_property_read_bool(node, "iommus"))
		return 0;