]> Pileus Git - ~andy/linux/commit
PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 9 May 2013 17:26:16 +0000 (11:26 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 14 Dec 2013 20:05:58 +0000 (13:05 -0700)
commitcd84d34074f56595fbae7a70f8a85b7d089249d1
treef0d6049eadd63ac018cf6973fa9314baf4c2c1b7
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers

The pciehp_readw() and pciehp_writew() wrappers only look up the pci_dev
and call the PCIe Capability accessors, so we can make things a little
more straightforward by just using the PCIe Capability accessors directly.

No functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/pciehp_hpc.c