]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: exynos: Pass device-specific struct to internal functions
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:33:39 +0000 (13:33 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 02:26:39 +0000 (21:26 -0500)
commit5d43ebc87d6cf8bd5edea39eb87cc7028fcdd36b
treeeb6c28cb84fbbd23ca445202b16c73ab5ccb5a3f
parenta88199d57097c9ef85125129684f875514060a6f
PCI: exynos: Pass device-specific struct to internal functions

Only interfaces used from outside the driver, e.g., those called by the
DesignWare core, need to accept pointers to the generic struct pcie_port.
Internal interfaces can accept pointers to the device-specific struct,
which makes them more straightforward.  No functional change intended.

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