Skip to content
Commit d806eb5f authored by Tobias Waldekranz's avatar Tobias Waldekranz Committed by Greg Kroah-Hartman
Browse files

net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module

commit 3f7c239c upstream.

As reported by sparse: In the remove path, the driver would attempt to
unmap its own priv pointer - instead of the io memory that it mapped
in probe.

Fixes: 9f35a734

 ("net/fsl: introduce Freescale 10G MDIO driver")
Signed-off-by: default avatarTobias Waldekranz <tobias@waldekranz.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 38c79838
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment