Re: [PATCH] accel/qaic: Add support for AI200 virtual functions
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-arm-msm |
|---|---|
| Message-ID | <[email protected]> |
Hi Youssef, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on linus/master v7.2 next-20260819] [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/Youssef-Samir/accel-qaic-Add-support-for-AI200-virtual-functions/20260814-184125 base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next patch link: https://lore.kernel.org/r/20260814164125.3652876-1-youssef.abdulrahman%40oss.qualcomm.com patch subject: [PATCH] accel/qaic: Add support for AI200 virtual functions config: alpha-allmodconfig (https://download.01.org/0day-ci/archive/20260820/[email protected]/config) compiler: alpha-linux-gcc (GCC) 16.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260820/[email protected]/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): >> drivers/accel/qaic/qaic_drv.c:81:40: warning: 'aic200vf_config' defined but not used [-Wunused-const-variable=] 81 | static const struct qaic_device_config aic200vf_config = { | ^~~~~~~~~~~~~~~ vim +/aic200vf_config +81 drivers/accel/qaic/qaic_drv.c 80 > 81 static const struct qaic_device_config aic200vf_config = { 82 .family = FAMILY_AIC200_VF, 83 .bar_mask = BIT(0) | BIT(1) | BIT(2) | BIT(4), 84 .mhi_bar_idx = 1, 85 .dbc_bar_idx = 2, 86 }; 87 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki