]> git.baikalelectronics.ru Git - kernel.git/commit
netxen_nic: Fix an error handling path in 'netxen_nic_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 Jun 2021 12:53:12 +0000 (14:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jun 2021 19:17:01 +0000 (12:17 -0700)
commite5aad93272ede709ab1b2bcb2d1e47a3f0092bdd
tree9edebebf3fba6ec71b8e63f50bca3dd7bd3ff786
parent5e4d73a2b9d048f7784f6848b74f4f35091ab1aa
netxen_nic: Fix an error handling path in 'netxen_nic_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: cc1cc7cd73bf ("netxen: support pci error handlers")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c