diff options
author | Sinan Kaya <okaya@codeaurora.org> | 2017-12-19 00:37:49 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-01-17 08:16:46 -0600 |
commit | 8307f1a0114bb859941d20fb1109aef13fb6e2ae (patch) | |
tree | af9f3ba914f275b3cc91162d5f8b258520d5ca43 /drivers/regulator/tps65132-regulator.c | |
parent | 67c8d32692666361fdaf6eaeb3a42e743d4457c3 (diff) |
bnx2x: Deprecate pci_get_bus_and_slot()
pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as
where a PCI device is present. This restricts the device drivers to be
reused for other domain numbers.
Getting ready to remove pci_get_bus_and_slot() function in favor of
pci_get_domain_bus_and_slot().
Introduce bnx2x_vf_domain() function to extract the domain information
and save it to VF specific data structure.
Use the saved domain value while calling pci_get_domain_bus_and_slot().
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/regulator/tps65132-regulator.c')
0 files changed, 0 insertions, 0 deletions