]> 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)
commit7b1d1c524a6d3472066d65f40870baefcbb7b371
treeeb6c28cb84fbbd23ca445202b16c73ab5ccb5a3f
parent4d52d8ead6ed87a81d75795d116c858fd77026d9
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