Re: [PATCH net-next v5 2/2] net: ethernet: socionext: add AVE ethernet driver
From: David Miller
Date: Mon Dec 11 2017 - 09:35:32 EST
From: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
Date: Mon, 11 Dec 2017 16:57:29 +0900
> +static inline u32 ave_desc_read(struct net_device *ndev, enum desc_id id,
> + int entry, int offset)
Do not use inline functions in foo.c files, let the compiler decide what
to do.
Thank you.