Re: [PATCH v2 net-next] net: dsa: mv88e6xxx: assert SMI lock
From: Vivien Didelot <hidden>
Date: 2015-11-02 15:10:56
Also in:
lkml
From: Vivien Didelot <hidden>
Date: 2015-11-02 15:10:56
Also in:
lkml
Hi Andrew, On Nov. Monday 02 (45) 04:02 PM, Andrew Lunn wrote:
On Fri, Oct 30, 2015 at 06:56:45PM -0400, Vivien Didelot wrote:quoted
It's easy to forget to lock the smi_mutex before calling the low-level _mv88e6xxx_reg_{read,write}, so add a assert_smi_lock function in them. Signed-off-by: Vivien Didelot <redacted>Acked-by: Andrew Lunn <andrew@lunn.ch> Since there is no followup fixes patch, i assume we actually have it correct at the moment?
Yes, this v2 contains the 2 fixups you mentioned (removing the inline keyword and keep the dsa_host_dev_to_mii_bus call as is). Thus this version is correct. Thanks, -v