Files
i2som-imx-linux/drivers/net
Chuhong Yuan 1c523e5d09 net: ep93xx_eth: fix mismatch of request_mem_region in remove
[ Upstream commit 3df70afe8d ]

The driver calls release_resource in remove to match request_mem_region
in probe, which is incorrect.
Fix it by using the right one, release_mem_region.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-13 08:48:47 +01:00
..