]> git.baikalelectronics.ru Git - kernel.git/commit
fm10k: Fix an error handling path in 'fm10k_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 16 Jun 2021 05:00:36 +0000 (07:00 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 1 Jul 2021 17:59:21 +0000 (10:59 -0700)
commit303d6c95f94b432bd91c09f6d1421a2283511ab0
treecf23a06589145c4e00bcd307a9cf22af5a5d2f30
parentca9b9bf7f63ca5f064876640ed9aafc1725ba111
fm10k: Fix an error handling path in 'fm10k_probe()'

If an error occurs after a 'pci_enable_pcie_error_reporting()' call, it
must be undone by a corresponding 'pci_disable_pcie_error_reporting()'
call, as already done in the remove function.

Fixes: 030d761be35e ("fm10k: Add support for PCI power management and error handling")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_pci.c