From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Krzysztof pointed out several unused variables and unnecessary assignments. Clean up some of them. Bjorn Helgaas (5): PCI: Remove unused assignments PCI: kirin: Remove unused assignments PCI: fu740: Remove unused assignments PCI: cpqphp: Remove unused assignments PCI: ibmphp: Remove unused assignments drivers/pci/controller/dwc/pcie-fu740.c | 2 +- drivers/pci/controller/dwc/pcie-kirin.c | 3 --- drivers/pci/hotplug/cpqphp_core.c | 2 +- drivers/pci/hotplug/cpqphp_ctrl.c | 22 +++++----------------- drivers/pci/hotplug/cpqphp_pci.c | 2 +- drivers/pci/hotplug/ibmphp_hpc.c | 2 -- drivers/pci/hotplug/ibmphp_res.c | 3 +-- drivers/pci/pci-sysfs.c | 7 +------ drivers/pci/proc.c | 4 ---- drivers/pci/setup-bus.c | 2 +- 10 files changed, 11 insertions(+), 38 deletions(-) -- 2.25.1