Re: [PATCH RESEND net-next v1] net: ethernet: ave: Remove unnecessary 'out of memory' message

From: Andrew Lunn

Date: Fri Jan 09 2026 - 13:41:33 EST


On Fri, Jan 09, 2026 at 07:39:15PM +0900, Kunihiko Hayashi wrote:
> Follow the warning from checkpatch.pl and remove 'out of memory' message.
>
> WARNING: Possible unnecessary 'out of memory' message
> #590: FILE: drivers/net/ethernet/socionext/sni_ave.c:590:
> + if (!skb) {
> + netdev_err(ndev, "can't allocate skb for Rx\n");
>
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew