All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Michael Walle <michael@walle.cc>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC net-next] net: phy: intel-xway: remove LED configuration
Date: Fri, 3 Mar 2023 12:06:26 +0800	[thread overview]
Message-ID: <202303031136.GXeZqF30-lkp@intel.com> (raw)
In-Reply-To: <20230302141651.377261-1-michael@walle.cc>

Hi Michael,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on net-next/master]

url:    https://github.com/intel-lab-lkp/linux/commits/Michael-Walle/net-phy-intel-xway-remove-LED-configuration/20230302-222034
patch link:    https://lore.kernel.org/r/20230302141651.377261-1-michael%40walle.cc
patch subject: [PATCH RFC net-next] net: phy: intel-xway: remove LED configuration
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20230303/202303031136.GXeZqF30-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce (this is a W=1 build):
        # https://github.com/intel-lab-lkp/linux/commit/689386222eb79ab10b990a46e1b67a89dc32022d
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Michael-Walle/net-phy-intel-xway-remove-LED-configuration/20230302-222034
        git checkout 689386222eb79ab10b990a46e1b67a89dc32022d
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=x86_64 olddefconfig
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/net/phy/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303031136.GXeZqF30-lkp@intel.com/

All warnings (new ones prefixed by >>):

   drivers/net/phy/intel-xway.c: In function 'xway_gphy_config_init':
>> drivers/net/phy/intel-xway.c:120:13: warning: unused variable 'ledxl' [-Wunused-variable]
     120 |         u32 ledxl;
         |             ^~~~~
>> drivers/net/phy/intel-xway.c:119:13: warning: unused variable 'ledxh' [-Wunused-variable]
     119 |         u32 ledxh;
         |             ^~~~~


vim +/ledxl +120 drivers/net/phy/intel-xway.c

be393dd685d215d Martin Schiller 2021-07-20  115  
112b558d025712c Hauke Mehrtens  2016-06-05  116  static int xway_gphy_config_init(struct phy_device *phydev)
112b558d025712c Hauke Mehrtens  2016-06-05  117  {
112b558d025712c Hauke Mehrtens  2016-06-05  118  	int err;
112b558d025712c Hauke Mehrtens  2016-06-05 @119  	u32 ledxh;
112b558d025712c Hauke Mehrtens  2016-06-05 @120  	u32 ledxl;
112b558d025712c Hauke Mehrtens  2016-06-05  121  
112b558d025712c Hauke Mehrtens  2016-06-05  122  	/* Mask all interrupts */
112b558d025712c Hauke Mehrtens  2016-06-05  123  	err = phy_write(phydev, XWAY_MDIO_IMASK, 0);
112b558d025712c Hauke Mehrtens  2016-06-05  124  	if (err)
112b558d025712c Hauke Mehrtens  2016-06-05  125  		return err;
112b558d025712c Hauke Mehrtens  2016-06-05  126  
112b558d025712c Hauke Mehrtens  2016-06-05  127  	/* Clear all pending interrupts */
112b558d025712c Hauke Mehrtens  2016-06-05  128  	phy_read(phydev, XWAY_MDIO_ISTAT);
112b558d025712c Hauke Mehrtens  2016-06-05  129  
be393dd685d215d Martin Schiller 2021-07-20  130  	err = xway_gphy_rgmii_init(phydev);
be393dd685d215d Martin Schiller 2021-07-20  131  	if (err)
be393dd685d215d Martin Schiller 2021-07-20  132  		return err;
be393dd685d215d Martin Schiller 2021-07-20  133  
112b558d025712c Hauke Mehrtens  2016-06-05  134  	return 0;
112b558d025712c Hauke Mehrtens  2016-06-05  135  }
112b558d025712c Hauke Mehrtens  2016-06-05  136  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

  parent reply	other threads:[~2023-03-03  4:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 14:16 [PATCH RFC net-next] net: phy: intel-xway: remove LED configuration Michael Walle
2023-03-02 14:55 ` Andrew Lunn
2023-03-03  4:06 ` kernel test robot [this message]
2023-03-04 19:20 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202303031136.GXeZqF30-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=michael@walle.cc \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.