]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
alx: Fix an error handling path in 'alx_probe()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 11 Jun 2021 06:13:39 +0000 (08:13 +0200)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:48:17 +0000 (08:48 -0400)
commita2750410aee6e128f545fed737bade03503468bb
tree654654f4a14f839e17468277965c12675dd06617
parent595897ef118d6fe66690c4fc5b572028c9da95b7
alx: Fix an error handling path in 'alx_probe()'

[ Upstream commit 33e381448cf7a05d76ac0b47d4a6531ecd0e5c53 ]

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: ab69bde6b2e9 ("alx: add a simple AR816x/AR817x device driver")
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/atheros/alx/main.c