]> git.baikalelectronics.ru Git - uboot.git/commit
net: mdio: Fix not calling dev_dbg with a device
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:44:53 +0000 (10:44 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:06 +0000 (08:53 -0400)
commitce13c4d1008ad974d6a9560fd33ded10ef8a9f3e
tree7efdb5a57a12ea4deb0c2136f8c6fe579658e595
parent0b009ad1368718e0d2ff2174cfb353cc8272d0b2
net: mdio: Fix not calling dev_dbg with a device

The name of the device we are working on is `ethdev` and not just `dev`.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
net/mdio-uclass.c