Re: [PATCH net-next] net: dsa: lan9303: Only allocate 3 ports

From: David Miller
Date: Tue Aug 08 2017 - 21:14:23 EST


From: Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx>
Date: Tue, 8 Aug 2017 00:22:21 +0200

> Save 2628 bytes on arm eabi by allocate only the required 3 ports.
>
> Now that ds->num_ports is correct: In net/dsa/tag_lan9303.c
> eliminate duplicate LAN9303_MAX_PORTS, use ds->num_ports.
> (Matching the pattern of other net/dsa/tag_xxx.c files.)
>
> Signed-off-by: Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx>

Applied.