[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191031.121427.1511041978214447127.davem@davemloft.net>
Date: Thu, 31 Oct 2019 12:14:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: madalin.bucur@....com
Cc: netdev@...r.kernel.org, roy.pledge@....com,
jakub.kicinski@...ronome.com, joe@...ches.com
Subject: Re: [net-next v2 01/13] dpaa_eth: use only one buffer pool per
interface
From: Madalin Bucur <madalin.bucur@....com>
Date: Thu, 31 Oct 2019 16:37:47 +0200
> @@ -2761,13 +2738,13 @@ static inline u16 dpaa_get_headroom(struct dpaa_buffer_layout *bl)
>
> static int dpaa_eth_probe(struct platform_device *pdev)
> {
> - struct dpaa_bp *dpaa_bps[DPAA_BPS_NUM] = {NULL};
> + struct dpaa_bp *dpaa_bp = NULL;
> struct net_device *net_dev = NULL;
> struct dpaa_fq *dpaa_fq, *tmp;
Just a note that I fixed the reverse christmas tree ordering violation
created by this hunk while applying this series to net-next.
Powered by blists - more mailing lists