Re: [PATCH net 2/2] net: dsa: bcm_sf2: Utilize nested MDIO read/write

2017-01-08 Thread Andrew Lunn
On Sat, Jan 07, 2017 at 09:01:57PM -0800, Florian Fainelli wrote: > We are implementing a MDIO bus which is behind another one, so use the > nested version of the accessors to get lockdep annotations correct. > > Fixes: 461cd1b03e32 ("net: dsa: bcm_sf2: Register our slave MDIO bus") > Signed-off-b

[PATCH net 2/2] net: dsa: bcm_sf2: Utilize nested MDIO read/write

2017-01-07 Thread Florian Fainelli
We are implementing a MDIO bus which is behind another one, so use the nested version of the accessors to get lockdep annotations correct. Fixes: 461cd1b03e32 ("net: dsa: bcm_sf2: Register our slave MDIO bus") Signed-off-by: Florian Fainelli --- drivers/net/dsa/bcm_sf2.c | 4 ++-- 1 file changed