Skip to content

Commit bc81ae2

Browse files
jic23willdeacon
authored andcommitted
perf/arm-dsu: 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/ZCLI9A40PJsyqAmq@kroah.com/ Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240412161057.14099-22-Jonathan.Cameron@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 46bed4c commit bc81ae2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/perf/arm_dsu_pmu.c

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

743743
dsu_pmu->pmu = (struct pmu) {
744744
.task_ctx_nr = perf_invalid_context,
745+
.parent = &pdev->dev,
745746
.module = THIS_MODULE,
746747
.pmu_enable = dsu_pmu_enable,
747748
.pmu_disable = dsu_pmu_disable,

0 commit comments

Comments
 (0)