Skip to content

Commit 46bed4c

Browse files
jic23willdeacon
authored andcommitted
perf/arm-dmc620: Assign parents for event_source device
Currently the PMU device appears directly under /sys/devices/ Only root busses should appear there, so instead assign the pmu->dev parent to be the platform device. Link: https://lore.kernel.org/linux-cxl/[email protected]/ Signed-off-by: Jonathan Cameron <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent f4144be commit 46bed4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/perf/arm_dmc620_pmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ static int dmc620_pmu_device_probe(struct platform_device *pdev)
673673

674674
dmc620_pmu->pmu = (struct pmu) {
675675
.module = THIS_MODULE,
676+
.parent = &pdev->dev,
676677
.capabilities = PERF_PMU_CAP_NO_EXCLUDE,
677678
.task_ctx_nr = perf_invalid_context,
678679
.event_init = dmc620_pmu_event_init,

0 commit comments

Comments
 (0)