PCI: Change the type of probe argument in reset functions
authorAmey Narkhede <ameynarkhede03@gmail.com>
Tue, 17 Aug 2021 18:05:00 +0000 (23:35 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 18 Aug 2021 22:32:42 +0000 (17:32 -0500)
commit9bdc81ce440ec6ea899b236879aee470ec388020
tree91930d8e308c0bd2d290454a89fa40857ecc3d9a
parent6937b7dd434962377e00efc04adac0390c287199
PCI: Change the type of probe argument in reset functions

Change the type of probe argument in functions which implement reset
methods from int to bool to make the context and intent clear.

Suggested-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://lore.kernel.org/r/20210817180500.1253-10-ameynarkhede03@gmail.com
Signed-off-by: Amey Narkhede <ameynarkhede03@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
12 files changed:
drivers/crypto/cavium/nitrox/nitrox_main.c
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
drivers/pci/hotplug/pciehp.h
drivers/pci/hotplug/pciehp_hpc.c
drivers/pci/hotplug/pnv_php.c
drivers/pci/pci-acpi.c
drivers/pci/pci.c
drivers/pci/pci.h
drivers/pci/pcie/aer.c
drivers/pci/quirks.c
include/linux/pci.h
include/linux/pci_hotplug.h