[PATCH v2 19/46] net: mvneta: Convert netdev_xxx to dev_xxx

Simon Glass sjg at chromium.org
Thu Sep 17 03:10:20 CEST 2020


On Tue, 15 Sep 2020 at 08:45, Sean Anderson <seanga2 at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>
> Changes in v2:
> - New
>
>  drivers/net/mvneta.c | 52 ++++++++++++++++++++++++--------------------
>  1 file changed, 28 insertions(+), 24 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list