mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
Merge "coresight: funnel: Fix the duplicate-funnel enable crash issue"
This commit is contained in:
commit
60d2b5697e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user