commit | b2d6fd77d7f1df6a42e544b284ad3112dc401817 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:30:00 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 20:29:21 2016 -0500 |
tree | fe3a5cfec2824fadaea2909c8996dae1aa667f86 | |
parent | 76876957ef492d0e97b667ab370b18a72cdc1c77 [diff] |
PCI: armada: 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> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>