]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: allwinner: Fix some resources leak in the error handling path of the probe and...
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 14 Dec 2020 20:21:17 +0000 (21:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:42:40 +0000 (13:42 +0100)
commit96eb7bda05448abdab3a82da0c0156b94097682a
treea105665e8a284cefd8322193bd3f2d14464b0a0c
parent3a59554ce4000d122f25360ae8d7893107f712fa
net: allwinner: Fix some resources leak in the error handling path of the probe and in the remove function

[ Upstream commit 322e53d1e2529ae9d501f5e0f20604a79b873aef ]

'irq_of_parse_and_map()' should be balanced by a corresponding
'irq_dispose_mapping()' call. Otherwise, there is some resources leaks.

Add such a call in the error handling path of the probe function and in the
remove function.

Fixes: 492205050d77 ("net: Add EMAC ethernet driver found on Allwinner A10 SoC's")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20201214202117.146293-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/allwinner/sun4i-emac.c