From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net-next] net: stmmac: Fix reception of Broadcom switches tags Date: Fri, 19 Jan 2018 14:37:11 -0800 Message-ID: <1fc8e687-882c-3700-02e2-cfc10fca95dc@gmail.com> References: <20180116232545.22054-1-f.fainelli@gmail.com> <201801200543.cKHnq3PE%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kbuild-all@01.org, netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, Giuseppe Cavallaro , Alexandre Torgue , Maxime Ripard , Chen-Yu Tsai , open list , "moderated list:ARM/Allwinner sunXi SoC support" To: kbuild test robot Return-path: Received: from mail-qt0-f193.google.com ([209.85.216.193]:34731 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932582AbeASWhZ (ORCPT ); Fri, 19 Jan 2018 17:37:25 -0500 In-Reply-To: <201801200543.cKHnq3PE%fengguang.wu@intel.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 01/19/2018 02:06 PM, kbuild test robot wrote: > Hi Florian, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on net-next/master] > > url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-stmmac-Fix-reception-of-Broadcom-switches-tags/20180120-044006 > config: x86_64-randconfig-x002-201802 (attached as .config) > compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All warnings (new ones prefixed by >>): > > In file included from include/asm-generic/bug.h:5:0, > from arch/x86/include/asm/bug.h:82, > from include/linux/bug.h:5, > from include/linux/mmdebug.h:5, > from include/linux/gfp.h:5, > from include/linux/slab.h:15, > from drivers/net//ethernet/stmicro/stmmac/dwmac4_core.c:17: > drivers/net//ethernet/stmicro/stmmac/dwmac4_core.c: In function 'dwmac4_core_init': > drivers/net//ethernet/stmicro/stmmac/dwmac4_core.c:36:6: error: implicit declaration of function 'netdev_uses_dsa'; did you mean 'netdev_reset_tc'? [-Werror=implicit-function-declaration] > if (netdev_uses_dsa(dev)) This was fixed in v2 that David applied, thanks! -- Florian