[PATCH v2 21/46] net: mvpp2: Convert netdev_xxx to dev_xxx

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


On Tue, 15 Sep 2020 at 08:46, Sean Anderson <seanga2 at gmail.com> wrote:
>
> netdev_xxx evaluates to printf in U-Boot, so there is no extra info
> printed. mvpp2 one of only 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/mvpp2.c | 64 +++++++++++++++++++++++----------------------
>  1 file changed, 33 insertions(+), 31 deletions(-)
>

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


More information about the U-Boot mailing list