commit | e9480b5a7f3449f75eedb595bec25cd10a1f43f2 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:34:23 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 12 00:08:27 2016 -0500 |
tree | 39d8a48bfc15049c349ed15c462600c8242ed9cc | |
parent | a458ce33d40fc0b1349c5c7eb07d349dca8af287 [diff] |
PCI: hisi: 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>