tree: https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS head: e416567e80778667f6a949f0f19c32a3ee4cb06e commit: 0f408ce8941fcb1b6e8431272cfc9337a0407d73 [1324/1324] media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver config: x86_64-buildonly-randconfig-006-20241206 (https://download.01.org/0day-ci/archive/20241206/202412060518.kosCJlfK-lkp@xxxxxxxxx/config) compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241206/202412060518.kosCJlfK-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/202412060518.kosCJlfK-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/media/dvb-frontends/mn88443x.c:772:34: warning: unused variable 'mn88443x_of_match' [-Wunused-const-variable] 772 | static const struct of_device_id mn88443x_of_match[] = { | ^~~~~~~~~~~~~~~~~ 1 warning generated. vim +/mn88443x_of_match +772 drivers/media/dvb-frontends/mn88443x.c 771 > 772 static const struct of_device_id mn88443x_of_match[] = { 773 { .compatible = "socionext,mn884433", .data = &mn88443x_spec_pri, }, 774 { .compatible = "socionext,mn884434-0", .data = &mn88443x_spec_pri, }, 775 { .compatible = "socionext,mn884434-1", .data = &mn88443x_spec_sec, }, 776 {} 777 }; 778 MODULE_DEVICE_TABLE(of, mn88443x_of_match); 779 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki