]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Fix an error handling path in 'igb_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 Jun 2021 20:08:33 +0000 (22:08 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 1 Jul 2021 17:59:04 +0000 (10:59 -0700)
commitca9b9bf7f63ca5f064876640ed9aafc1725ba111
tree971c8367c19cd6f3da2af7f547bd1ed4f1d4b564
parent9a8b8b1625eb2b27a646641262e202e8df3f1ac8
igb: Fix an error handling path in 'igb_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: 948b94960fe7 ("igb: Add support for pci-e Advanced Error Reporting")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c