commit | ecbbddf3f76604848141ea476f9e3d3894571530 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:44:55 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:53:14 2020 -0400 |
tree | c143bba0b8ba47933aefd6d22a88919bee5522c9 | |
parent | e0d0004aa6abbe7f848d578002bbe1ad708bddb6 [diff] |
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>