Re: [PATCH v3 net-next v3 09/14] net: dsa: mv88e6xxx: add chip allocation helper

2016-06-18 Thread Andrew Lunn
On Fri, Jun 17, 2016 at 08:07:31PM -0400, Vivien Didelot wrote: > Add an helper function to allocate the chip structure at the beginning > of the probe functions. It will be used to initialize the SMI access. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

[PATCH v3 net-next v3 09/14] net: dsa: mv88e6xxx: add chip allocation helper

2016-06-17 Thread Vivien Didelot
Add an helper function to allocate the chip structure at the beginning of the probe functions. It will be used to initialize the SMI access. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx.c | 39 +++ 1 file changed, 27 insertions(+), 12 deletions(