diff options
author | Uwe Kleine-König <[email protected]> | 2021-10-04 14:59:30 +0200 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2021-10-12 17:50:12 -0500 |
commit | 7c3b2c933a916e32e9c8b56074a47c1b3f3e7cbe (patch) | |
tree | aad46660512aad099995962315171f7bad5c859a /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 823c523eb2e4f2fe37f898861c28b3d8ef22f5ff (diff) |
ssb: Use dev_driver_string() instead of pci_dev->driver->name
All drivers that use ssb_pcihost_probe(), i.e., b43_pci_bridge_driver and
b44_pci_driver, set the pci_driver.name, and __pci_register_driver() sets
the struct driver.name member to the same value.
Replace dev->driver_name() by dev_driver_string() for the corresponding
struct device. This is a step toward removing pci_dev->driver.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Michael Büsch <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions