]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 16:36:49 +0000 (11:36 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 05:00:00 +0000 (00:00 -0500)
commit3500b1379a8147c75ae9be6286db2b429fcebef7
tree28925974c952c9a8f4dcddf16c453093f3f8a8ae
parentdd72f0168f231f949fc1739e50e101a55bafced0
PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument

xilinx_pcie_assign_msi() doesn't use the struct xilinx_pcie_port pointer
passed to it, so remove the argument completely.  No functional change
intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-xilinx.c