Home
last modified time | relevance | path

Searched hist:"845 a57b4de972aefb21bf7f13b23d472bccb6afb" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dfec_mxc.c845a57b4de972aefb21bf7f13b23d472bccb6afb Tue Dec 08 15:38:46 UTC 2015 Måns Rullgård <mans@mansr.com> net: fec_mxc: unregister mdio bus on probe error

If fecmxc_initialize_multi() fails, it frees but does not unregister
the mdio bus, causing subsequent uses of the "mii" command to crash.
Fix this by adding mdio_unregister() calls where needed.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Reviewed-by: Eric Nelson <eric@nelint.com>