misc: pci_endpoint_test: Ensure relationship between miscdev and PCI
authorRichard Weinberger <richard@nod.at>
Tue, 6 Jul 2021 15:43:10 +0000 (17:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 13:54:39 +0000 (15:54 +0200)
commit74a03c20bc8809a41d66ea614e55358064adbd7d
tree3305e2b362c29b2d9ba59dd12848e841857d2727
parentd1d26f40f71c6eabeb2083e2a18d2e55e9a71336
misc: pci_endpoint_test: Ensure relationship between miscdev and PCI

Set the parent pointer of the misc device to ensure a relationship
between PCI and misc dev. That way it is possible to see in
/sys/class/misc/ which pci_endpoint_test instance serves what
PCI device.

Signed-off-by: Richard Weinberger <richard@nod.at>
Link: https://lore.kernel.org/r/20210706154310.26773-1-richard@nod.at
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pci_endpoint_test.c