]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Remove return values from pcie_port_platform_notify() and relatives
authorJon Derrick <jonathan.derrick@intel.com>
Fri, 8 Apr 2016 17:35:51 +0000 (11:35 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Apr 2016 20:21:28 +0000 (15:21 -0500)
commit88a97da1eab7587036d8bc937d6bc874b8210df1
tree8f473d01279a5be325f9561faabe323f9a39af9a
parent52966bd1c2a09fdd3149f00568cc18f45cc09785
PCI: Remove return values from pcie_port_platform_notify() and relatives

Now that pcie_port_acpi_setup() always returns 0, make it and its callers
void functions and stop checking the return values.

[bhelgaas: changelog]
Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/portdrv.h
drivers/pci/pcie/portdrv_acpi.c
drivers/pci/pcie/portdrv_core.c