Re: [PATCH v3 net-next v3 07/14] net: dsa: mv88e6xxx: remove table args in info lookup

2016-06-18 Thread Andrew Lunn
On Fri, Jun 17, 2016 at 08:07:29PM -0400, Vivien Didelot wrote: > The mv88e6xxx_table array and the mv88e6xxx_lookup_info function are > static, so remove the table and size arguments from the lookup function. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

[PATCH v3 net-next v3 07/14] net: dsa: mv88e6xxx: remove table args in info lookup

2016-06-17 Thread Vivien Didelot
The mv88e6xxx_table array and the mv88e6xxx_lookup_info function are static, so remove the table and size arguments from the lookup function. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/driver