linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] PCI: Remove unused assignments
@ 2022-03-13 19:29 Bjorn Helgaas
  2022-03-13 19:29 ` [PATCH 1/5] " Bjorn Helgaas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bjorn Helgaas @ 2022-03-13 19:29 UTC (permalink / raw)
  To: linux-pci
  Cc: Krzysztof Wilczyński, Paul Walmsley, Greentime Hu,
	Lorenzo Pieralisi, Rob Herring, Xiaowei Song, Binghui Wang,
	Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-13 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 19:29 [PATCH 0/5] PCI: Remove unused assignments Bjorn Helgaas
2022-03-13 19:29 ` [PATCH 1/5] " Bjorn Helgaas
2022-03-13 19:29 ` [PATCH 2/5] PCI: kirin: " Bjorn Helgaas
2022-03-13 19:29 ` [PATCH 3/5] PCI: fu740: " Bjorn Helgaas
2022-03-13 19:29 ` [PATCH 4/5] PCI: cpqphp: " Bjorn Helgaas
2022-03-13 19:29 ` [PATCH 5/5] PCI: ibmphp: " Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).