Merge "coresight: funnel: Fix the duplicate-funnel enable crash issue"

This commit is contained in:
qctecmdr 2022-11-02 21:55:00 -07:00 committed by Gerrit - the friendly Code Review server
commit 60d2b5697e

View File

@ -272,6 +272,7 @@ static int funnel_probe(struct device *dev, struct resource *res)
}
drvdata->base = base;
desc.groups = coresight_funnel_groups;
desc.access = CSDEV_ACCESS_IOMEM(base);
} else if (res) {
/*
* Map the device base for dynamic-funnel, which has been