Skip to content

Commit 7bf7543

Browse files
jic23willdeacon
authored andcommitted
perf/arm_pmu: Assign parents for event_source devices
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]> Reviewed-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 1d194ab commit 7bf7543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/perf/arm_pmu_platform.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ int arm_pmu_device_probe(struct platform_device *pdev,
196196
if (!pmu)
197197
return -ENOMEM;
198198

199+
pmu->pmu.parent = &pdev->dev;
199200
pmu->plat_device = pdev;
200201

201202
ret = pmu_parse_irqs(pmu);

0 commit comments

Comments
 (0)