[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201702241410.gEGPIxzS%fengguang.wu@intel.com>
Date: Fri, 24 Feb 2017 14:21:22 +0800
From: kbuild test robot <lkp@...el.com>
To: Raju Lakkaraju <Raju.Lakkaraju@...rosemi.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org, f.fainelli@...il.com,
Allan.Nielsen@...rosemi.com, andrew@...n.ch, robh@...nel.org,
Raju Lakkaraju <Raju.Lakkaraju@...rosemi.com>
Subject: Re: [PATCH net] net: phy: Fix LED mode in DT single property.
Hi Raju,
[auto build test ERROR on net/master]
url: https://github.com/0day-ci/linux/commits/Raju-Lakkaraju/net-phy-Fix-LED-mode-in-DT-single-property/20170224-140414
config: x86_64-randconfig-x007-201708 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/phy/mscc.c: In function 'vsc85xx_probe':
>> drivers/net/phy/mscc.c:662:13: error: too few arguments to function 'vsc85xx_dt_led_mode_get'
led_mode = vsc85xx_dt_led_mode_get(phydev, "mscc,led-mode");
^~~~~~~~~~~~~~~~~~~~~~~
drivers/net/phy/mscc.c:451:12: note: declared here
static int vsc85xx_dt_led_mode_get(struct phy_device *phydev,
^~~~~~~~~~~~~~~~~~~~~~~
vim +/vsc85xx_dt_led_mode_get +662 drivers/net/phy/mscc.c
656
657 phydev->priv = vsc8531;
658
659 vsc8531->rate_magic = rate_magic;
660
661 /* LED[0] and LED[1] mode */
> 662 led_mode = vsc85xx_dt_led_mode_get(phydev, "mscc,led-mode");
663 if (led_mode < 0)
664 return led_mode;
665
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (26350 bytes)
Powered by blists - more mailing lists