Skip to content
Commit 0e0daf6a authored by Michael Walle's avatar Michael Walle Committed by Jakub Kicinski
Browse files

net: mdio: of: fix potential NULL pointer derefernce



of_find_mii_timestamper() returns NULL if no timestamper is found.
Therefore, guard the unregister_mii_timestamper() calls.

Fixes: 1dca22b1 ("net: mdio: of: Register discovered MII time stampers.")
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Acked-by: default avatarRichard Cochran <richardcochran@gmail.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 9f68e365
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