]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Make error code types consistent in pci_{read,write}_config_*
authorBrian Norris <briannorris@chromium.org>
Tue, 23 May 2017 19:36:58 +0000 (12:36 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 26 May 2017 21:38:50 +0000 (16:38 -0500)
commit0f73e196d271b9768e56c0ac96e776f3f0f4fb6a
tree8a600d73190a41b34f3e45e7b3f527de6dbf606f
parent7836aff2e57374e93e20733c0e94dbfa843398a0
PCI: Make error code types consistent in pci_{read,write}_config_*

Callers normally treat the config space accessors as returning PCBIOS_*
error codes, not Linux error codes (or they don't look at them at all).  We
have pcibios_err_to_errno() in case the error code needs to be translated.

Fixes: 93484ff07e2f ("PCI: Don't attempt config access to disconnected devices")
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Keith Busch <keith.busch@intel.com>
drivers/pci/access.c