net: mvneta: Convert netdev_xxx to dev_xxx
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:44:55 +0000 (10:44 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:14 +0000 (08:53 -0400)
commitc519cbf5c2eb7d96d62489db952f8a63b5f068f8
treec143bba0b8ba47933aefd6d22a88919bee5522c9
parent13cbe299d0e03687b1b7c66316aa851cb23a6bd6
net: mvneta: Convert netdev_xxx to dev_xxx

netdev_xxx evaluates to printf in U-Boot, so there is no extra info
printed. mvneta is one of two drivers which use these functions in U-Boot.
Convert these functions to dev_xxx where possible (and to log_xxx where
not).

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/net/mvneta.c