- Add local "dev" pointers to reduce repetition of things like "&pdev->dev". - Remove platform drvdata because it appears unused (we called platform_set_drvdata() but not platform_get_drvdata()). - Remove unused xilinx_pcie_assign_msi() argument. Nothing here should change the behavior of the driver. Changes from v1: Added "PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument" I dropped the following patches because they were a lot of churn for questionable benefit: PCI: xilinx: Name private struct pointer "xilinx" consistently PCI: xilinx: Rename accessors PCI: xilinx: Swap order of xilinx_writel() reg/val arguments PCI: xilinx-nwl: Name private struct pointer "nwl" consistently PCI: xilinx-nwl: Swap order of nwl_bridge_writel() reg/val arguments --- Bjorn Helgaas (5): PCI: xilinx: Add local struct device pointers PCI: xilinx: Remove unused platform data PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument PCI: xilinx-nwl: Add local struct device pointers PCI: xilinx-nwl: Remove unused platform data drivers/pci/host/pcie-xilinx-nwl.c | 109 ++++++++++++++++++------------------ drivers/pci/host/pcie-xilinx.c | 62 ++++++++++---------- 2 files changed, 87 insertions(+), 84 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html