Re: [PATCH v2 1/6] net: ethernet: bgmac: change bgmac_* prints to dev_* prints

From: Florian Fainelli
Date: Fri Jul 08 2016 - 14:11:06 EST


On 07/07/2016 04:08 PM, Jon Mason wrote:
> The bgmac_* print wrappers call dev_* prints with the dev pointer from
> the bcma core. In anticipation of removing the bcma requirement for
> this driver, these must be changed to not reference that struct. So,
> simply change all of the bgmac_* prints to their dev_* counterparts. In
> some cases netdev_* prints are more appropriate, so change those as
> well.
>
> Signed-off-by: Jon Mason <jon.mason@xxxxxxxxxxxx>
> Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
Tested-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian