qlcnic: Fix an error handling path in 'qlcnic_probe()'
[ Upstream commitcb3376604a] 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:451724c821("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fb3a948143
commit
70513cdb93
@@ -2692,6 +2692,7 @@ err_out_free_hw_res:
|
|||||||
kfree(ahw);
|
kfree(ahw);
|
||||||
|
|
||||||
err_out_free_res:
|
err_out_free_res:
|
||||||
|
pci_disable_pcie_error_reporting(pdev);
|
||||||
pci_release_regions(pdev);
|
pci_release_regions(pdev);
|
||||||
|
|
||||||
err_out_disable_pdev:
|
err_out_disable_pdev:
|
||||||
|
|||||||
Reference in New Issue
Block a user