On 8/31/2018 2:26 PM, Keith Busch wrote:
The check for slot reset capable, pci_probe_reset_slot, returns 0 when slot reset is possible, but pci_reset_bus was proceeding to reset the slot when the probe returned an error. This patch reverses the check to fix that logic. Signed-off-by: Keith Busch<keith.busch@xxxxxxxxx>
Thanks, dennis.dalessandro@xxxxxxxxx just posted the same patch. Reviewed-by: Sinan Kaya <okaya@xxxxxxxxxx>