Skip to content

Commit 1fb8950

Browse files
jic23willdeacon
authored andcommitted
perf/hisi-pcie: Assign parent 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 PCI device. Link: https://lore.kernel.org/linux-cxl/[email protected]/ Reviewed-by: Yicong Yang <[email protected]> Reviewed-by: Greg Kroah-Hartman <[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 b782e8d commit 1fb8950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/perf/hisilicon/hisi_pcie_pmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ static int hisi_pcie_alloc_pmu(struct pci_dev *pdev, struct hisi_pcie_pmu *pcie_
806806
pcie_pmu->pmu = (struct pmu) {
807807
.name = name,
808808
.module = THIS_MODULE,
809+
.parent = &pdev->dev,
809810
.event_init = hisi_pcie_pmu_event_init,
810811
.pmu_enable = hisi_pcie_pmu_enable,
811812
.pmu_disable = hisi_pcie_pmu_disable,

0 commit comments

Comments
 (0)