Re: [PATCH net] net: dsa: loop: Add module soft dependency

From: Jakub Kicinski
Date: Sun May 10 2020 - 14:41:01 EST


On Sat, 9 May 2020 16:45:44 -0700 Florian Fainelli wrote:
> There is a soft dependency against dsa_loop_bdinfo.ko which sets up the
> MDIO device registration, since there are no symbols referenced by
> dsa_loop.ko, there is no automatic loading of dsa_loop_bdinfo.ko which
> is needed.
>
> Fixes: 98cd1552ea27 ("net: dsa: Mock-up driver")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied, thank you!