]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 22 Feb 2016 19:57:50 +0000 (13:57 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 29 Feb 2016 23:47:11 +0000 (17:47 -0600)
commitfc0a407e9eb8667f93820298a06a85050c42354e
tree195359fa1b4b9bcec201e5da195457340f657878
parent104daa71b39614343929e1982170d5fcb0569bb5
PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code

pci_read_vpd() and pci_write_vpd() were stranded in the middle of config
accessor functions.  Move them close to the other VPD code in the file.
No functional change.

Tested-by: Shane Seymour <shane.seymour@hpe.com>
Tested-by: Babu Moger <babu.moger@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
drivers/pci/access.c