Files
linux/drivers/net
Kalesh AP c81cfb6256 bnxt_en: don't disable an already disabled PCI device
If device is already disabled in reset path and PCI io error is
detected before the device could be enabled, driver could
call pci_disable_device() for already disabled device. Fix this
problem by calling pci_disable_device() only if the device is already
enabled.

Fixes: 6316ea6db9 ("bnxt_en: Enable AER support.")
Signed-off-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-19 08:25:43 -07:00
..
2021-07-16 17:22:35 -07:00
2021-07-13 09:43:50 -07:00
2021-07-01 13:04:41 -07:00
2021-06-28 12:44:17 -07:00
2021-06-14 13:17:10 -07:00