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