Re: [PATCH] net: stmmac: unify registers dumps methods

From: David Miller
Date: Fri Feb 24 2017 - 11:14:23 EST


From: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
Date: Thu, 23 Feb 2017 14:12:25 +0100

> The stmmac driver have two methods for registers dumps: via ethtool and
> at init (if NETIF_MSG_HW is enabled).
>
> It is better to keep only one method, ethtool, since the other was ugly.
>
> This patch convert all dump_regs() function from "printing regs" to
> "fill the reg_space used by ethtool".
>
> Signed-off-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@xxxxxx>

Applied.