From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2983803570554618586==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [Patch V1 1/4] memory: tegra: Add support for mc interrupts Date: Thu, 13 Jan 2022 02:11:33 +0800 Message-ID: <202201130230.8UdZpJ3c-lkp@intel.com> In-Reply-To: <1641926750-27544-2-git-send-email-amhetre@nvidia.com> List-Id: --===============2983803570554618586== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Ashish, Thank you for the patch! Yet something to improve: [auto build test ERROR on tegra/for-next] [also build test ERROR on v5.16 next-20220112] [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/Ashish-Mhetre/memory-tegra= -Update-mc-interrupts/20220112-024847 base: https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git for= -next config: arm-defconfig (https://download.01.org/0day-ci/archive/20220113/202= 201130230.8UdZpJ3c-lkp(a)intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 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/71553a1a735ae07293d43df68= 5262f85e6453170 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Ashish-Mhetre/memory-tegra-Update-= mc-interrupts/20220112-024847 git checkout 71553a1a735ae07293d43df685262f85e6453170 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Darm SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/memory/tegra/tegra20.c:797:10: error: 'const struct tegra_mc_ops= ' has no member named 'interrupt_ops' 797 | .interrupt_ops =3D tegra20_mc_interrupt_ops, | ^~~~~~~~~~~~~ >> drivers/memory/tegra/tegra20.c:797:26: error: incompatible types when in= itializing type 'int (*)(struct tegra_mc *, struct device *)' using type 's= truct tegra_mc_interrupt_ops' 797 | .interrupt_ops =3D tegra20_mc_interrupt_ops, | ^~~~~~~~~~~~~~~~~~~~~~~~ vim +797 drivers/memory/tegra/tegra20.c 792 = 793 static const struct tegra_mc_ops tegra20_mc_ops =3D { 794 .probe =3D tegra20_mc_probe, 795 .suspend =3D tegra20_mc_suspend, 796 .resume =3D tegra20_mc_resume, > 797 .interrupt_ops =3D tegra20_mc_interrupt_ops, 798 }; 799 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============2983803570554618586==--