commit | b6f5f434f079eb6dd3fe105d6dbc00a361df86fe | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:30:56 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 20:49:33 2016 -0500 |
tree | f4d32acba70e12a59914222b06ee98579ba566fc | |
parent | acaa88e4e21f737c270892c31b4846a5d11b3b49 [diff] |
PCI: artpec6: 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> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>