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>
Showing
- drivers/crypto/cavium/nitrox/nitrox_main.c 1 addition, 1 deletiondrivers/crypto/cavium/nitrox/nitrox_main.c
- drivers/net/ethernet/cavium/liquidio/lio_vf_main.c 1 addition, 1 deletiondrivers/net/ethernet/cavium/liquidio/lio_vf_main.c
- drivers/pci/hotplug/pciehp.h 1 addition, 1 deletiondrivers/pci/hotplug/pciehp.h
- drivers/pci/hotplug/pciehp_hpc.c 1 addition, 1 deletiondrivers/pci/hotplug/pciehp_hpc.c
- drivers/pci/hotplug/pnv_php.c 1 addition, 1 deletiondrivers/pci/hotplug/pnv_php.c
- drivers/pci/pci-acpi.c 2 additions, 2 deletionsdrivers/pci/pci-acpi.c
- drivers/pci/pci.c 22 additions, 22 deletionsdrivers/pci/pci.c
- drivers/pci/pci.h 6 additions, 6 deletionsdrivers/pci/pci.h
- drivers/pci/pcie/aer.c 1 addition, 1 deletiondrivers/pci/pcie/aer.c
- drivers/pci/quirks.c 10 additions, 10 deletionsdrivers/pci/quirks.c
- include/linux/pci.h 4 additions, 1 deletioninclude/linux/pci.h
- include/linux/pci_hotplug.h 1 addition, 1 deletioninclude/linux/pci_hotplug.h
Please register or sign in to comment