On Tue, Oct 24, 2017 at 11:35:15AM +0200, Egil Hjelmeland wrote:Will fix.
+ */
+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. >
Andrew