Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on broonie-sound/for-next] [also build test ERROR on tiwai-sound/for-next v5.15-rc7 next-20211026] [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] url: https://github.com/0day-ci/linux/commits/joerg-hifiberry-com/sound-soc-adds-TAS5754M-digital-input-amplifier-component-driver/20211021-005304 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: m68k-randconfig-r036-20211027 (attached as .config) compiler: m68k-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/b3b4cb09f53dfc0304e043665301b5c2f468a946 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review joerg-hifiberry-com/sound-soc-adds-TAS5754M-digital-input-amplifier-component-driver/20211021-005304 git checkout b3b4cb09f53dfc0304e043665301b5c2f468a946 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash sound/soc/codecs/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> sound/soc/codecs/tas5754m.c:539:35: error: 'tas5754m_of_match' undeclared here (not in a function); did you mean 'tas5754m_mute'? 539 | .of_match_table = tas5754m_of_match, | ^~~~~~~~~~~~~~~~~ | tas5754m_mute vim +539 sound/soc/codecs/tas5754m.c 532 533 static struct i2c_driver tas5754m_i2c_driver = { 534 .probe = tas5754m_i2c_probe, 535 .remove = tas5754m_i2c_remove, 536 .id_table = tas5754m_i2c_id, 537 .driver = { 538 .name = "tas5754m", > 539 .of_match_table = tas5754m_of_match, 540 }, 541 }; 542 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip