Re: [PATCH] mdio: use inline functions for to_mdio_device() etc

From: Arnd Bergmann
Date: Wed Oct 28 2020 - 18:07:29 EST


On Wed, Oct 28, 2020 at 2:16 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
> On Mon, 26 Oct 2020 17:51:09 +0100 Arnd Bergmann wrote:
>
> > Fixes: a9049e0c513c ("mdio: Add support for mdio drivers.")
>
> I feel like this is slightly onerous, please drop the tag.
>
> Harmless W=2 warnings hardly call for getting this into the cogs of
> the stable machinery.
>
...
> > unsigned int reset_deassert_delay;
> > };
> > -#define to_mdio_device(d) container_of(d, struct mdio_device, dev)
>
> empty line

I fixed all of those now, plan to resend next week. Thanks for
taking a look!

Arnd