Hi, kernel test robot noticed the following build warnings: [auto build test WARNING on dtor-input/next] [also build test WARNING on dtor-input/for-linus robh/for-next linus/master v6.6-rc4 next-20231003] [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/karelb-gimli-ms-mff-cuni-cz/input-touchscreen-imagis-Correct-the-maximum-touch-area-value/20231003-213739 base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next patch link: https://lore.kernel.org/r/20231003133440.4696-4-karelb%40gimli.ms.mff.cuni.cz patch subject: [PATCH v2 3/5] input/touchscreen: imagis: Add support for Imagis IST3038B config: x86_64-randconfig-004-20231004 (https://download.01.org/0day-ci/archive/20231004/202310041036.tddy1jGm-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231004/202310041036.tddy1jGm-lkp@xxxxxxxxx/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 <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202310041036.tddy1jGm-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/input/touchscreen/imagis.c:374:39: warning: 'imagis_3038c_data' defined but not used [-Wunused-const-variable=] 374 | static const struct imagis_properties imagis_3038c_data = { | ^~~~~~~~~~~~~~~~~ >> drivers/input/touchscreen/imagis.c:366:39: warning: 'imagis_3038b_data' defined but not used [-Wunused-const-variable=] 366 | static const struct imagis_properties imagis_3038b_data = { | ^~~~~~~~~~~~~~~~~ vim +/imagis_3038c_data +374 drivers/input/touchscreen/imagis.c 365 > 366 static const struct imagis_properties imagis_3038b_data = { 367 .interrupt_msg_cmd = IST3038B_REG_STATUS, 368 .touch_coord_cmd = IST3038B_REG_STATUS, 369 .whoami_cmd = IST3038B_REG_CHIPID, 370 .whoami_val = IST3038B_WHOAMI, 371 .protocol_b = true, 372 }; 373 > 374 static const struct imagis_properties imagis_3038c_data = { 375 .interrupt_msg_cmd = IST3038C_REG_INTR_MESSAGE, 376 .touch_coord_cmd = IST3038C_REG_TOUCH_COORD, 377 .whoami_cmd = IST3038C_REG_CHIPID, 378 .whoami_val = IST3038C_WHOAMI, 379 }; 380 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki