linux-brain/drivers/net/ethernet/atheros
Christophe JAILLET c82e4e7809 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: ab69bde6b2 ("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>
2021-06-23 14:41:25 +02:00
..
alx alx: Fix an error handling path in 'alx_probe()' 2021-06-23 14:41:25 +02:00
atl1c net: atheros: Use dev_get_drvdata 2019-07-23 13:02:41 -07:00
atl1e net: Use skb accessors in network drivers 2019-07-22 20:47:56 -07:00
atlx net: atheros: Use dev_get_drvdata 2019-07-23 13:02:41 -07:00
Kconfig net: ethernet: add ag71xx driver 2019-05-26 13:22:50 -07:00
Makefile net: ethernet: add ag71xx driver 2019-05-26 13:22:50 -07:00
ag71xx.c net: ag71xx: remove unnecessary MTU reservation 2021-03-07 12:20:43 +01:00