]> git.baikalelectronics.ru Git - kernel.git/commit
be2net: Fix an error handling path in 'be_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 16 Jun 2021 18:43:37 +0000 (20:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 18:24:06 +0000 (11:24 -0700)
commitc40be2bd53b301719e36866e43b98bf40852e1d1
treee387b92190671b72c38c9f40ac21b75bc9254967
parent51bfafd93af3db59e42fe7bbd961c2374d8cc841
be2net: Fix an error handling path in 'be_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: 4786648f82f1 ("be2net: use PCIe AER capability")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c