]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
qlcnic: Fix an error handling path in 'qlcnic_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 Jun 2021 12:37:46 +0000 (14:37 +0200)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:48:18 +0000 (08:48 -0400)
commitac2e10e26f2939312f86bc0d35fc9b2f80b513e4
tree503f19d059b6b2f52b812af17a565e5786e2eb76
parent29174c883e493b612170b7874e560e006d18985a
qlcnic: Fix an error handling path in 'qlcnic_probe()'

[ Upstream commit cb3376604a676e0302258b01893911bdd7aa5278 ]

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: 451724c821c1 ("qlcnic: aer support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c