Re: [PATCH net-next 2/2] net: dsa: lan9303: Learn addresses on CPU port when bridged

From: Egil Hjelmeland
Date: Wed Oct 25 2017 - 06:28:00 EST


On 24. okt. 2017 18:33, Andrew Lunn wrote:
On Tue, Oct 24, 2017 at 11:35:15AM +0200, Egil Hjelmeland wrote:
+ */
+static inline int lan9303_tx_use_arl(struct dsa_port *dp, u8 *dest_addr)

Hi Egil

There is no need for the inline. The compiler will do that anyway, for
a function like this. >
Will fix.

Andrew


Thanks
Egil