Re: [PATCH v7 10/11] net: dsa: qca8k: add LEDs support
From: kernel test robot <hidden>
Date: 2022-12-15 03:51:48
Also in:
linux-devicetree, lkml, oe-kbuild-all
Hi Christian, Thank you for the patch! Yet something to improve: [auto build test ERROR on pavel-leds/for-next] [also build test ERROR on robh/for-next net-next/master net/master linus/master v6.1 next-20221214] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Christian-Marangi/Adds-support-for-PHY-LEDs-with-offload-triggers/20221215-080414 base: git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git for-next patch link: https://lore.kernel.org/r/20221214235438.30271-11-ansuelsmth%40gmail.com patch subject: [PATCH v7 10/11] net: dsa: qca8k: add LEDs support config: sh-allmodconfig compiler: sh4-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/c3cb4f8cc2edb081c2b31733ed02cb2c022320f1 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Christian-Marangi/Adds-support-for-PHY-LEDs-with-offload-triggers/20221215-080414 git checkout c3cb4f8cc2edb081c2b31733ed02cb2c022320f1 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sh SHELL=/bin/bash drivers/net/dsa/qca/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot [off-list ref] All errors (new ones prefixed by >>):
quoted
drivers/net/dsa/qca/qca8k-leds.c:383:1: error: redefinition of 'qca8k_setup_led_ctrl'
383 | qca8k_setup_led_ctrl(struct qca8k_priv *priv)
| ^~~~~~~~~~~~~~~~~~~~
In file included from drivers/net/dsa/qca/qca8k-leds.c:5:
drivers/net/dsa/qca/qca8k.h:576:19: note: previous definition of 'qca8k_setup_led_ctrl' with type 'int(struct qca8k_priv *)'
576 | static inline int qca8k_setup_led_ctrl(struct qca8k_priv *priv)
| ^~~~~~~~~~~~~~~~~~~~
vim +/qca8k_setup_led_ctrl +383 drivers/net/dsa/qca/qca8k-leds.c
381
382 int
> 383 qca8k_setup_led_ctrl(struct qca8k_priv *priv)
--
0-DAY CI Kernel Test Service
https://01.org/lkp