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

Commit 23ea81fc authored by Mulu He's avatar Mulu He
Browse files

coresight: tmc: Fix compile warning



Fix compile warning in coresight tmc component.

Change-Id: I091d2ee14e531229247d2c661585eaaee88e4f4d
Signed-off-by: default avatarMulu He <muluhe@codeaurora.org>
parent 8c72aa73
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;