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/ZCLI9A40PJsyqAmq@kroah.com/ Reviewed-by: Yicong Yang <yangyicong@hisilicon.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240412161057.14099-2-Jonathan.Cameron@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent b782e8d commit 1fb8950

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)