summaryrefslogtreecommitdiff
path: root/drivers/ps3
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2024-04-12 00:33:51 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-29 12:18:28 +0300
commitee59be35d7a8be7fcaa2d61fb89734ab5c25e4ee (patch)
tree3c8d0e4c8172dee4ff1192afb59a3ba088fdf94d /drivers/ps3
parent4108a30f1097eead0f6bd5d885e6bf093b4d460f (diff)
downloadlinux-ee59be35d7a8be7fcaa2d61fb89734ab5c25e4ee.tar.xz
misc/pvpanic-pci: register attributes via pci_driver
In __pci_register_driver(), the pci core overwrites the dev_groups field of the embedded struct device_driver with the dev_groups from the outer struct pci_driver unconditionally. Set dev_groups in the pci_driver to make sure it is used. This was broken since the introduction of pvpanic-pci. Fixes: db3a4f0abefd ("misc/pvpanic: add PCI driver") Cc: stable@vger.kernel.org Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Fixes: ded13b9cfd59 ("PCI: Add support for dev_groups to struct pci_driver") Link: https://lore.kernel.org/r/20240411-pvpanic-pci-dev-groups-v1-1-db8cb69f1b09@weissschuh.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ps3')
0 files changed, 0 insertions, 0 deletions