Re: [PATCH 1/2] iio: gyro: bmg160_spi: add of_match_table

From: kernel test robot
Date: Thu Feb 20 2025 - 12:21:46 EST


Hi Jun,

kernel test robot noticed the following build errors:

[auto build test ERROR on jic23-iio/togreg]
[also build test ERROR on linus/master v6.14-rc3 next-20250220]
[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/Jun-Yan/iio-gyro-bmg160_spi-add-of_match_table/20250219-231024
base: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
patch link: https://lore.kernel.org/r/20250219150254.24664-2-jerrysteve1101%40gmail.com
patch subject: [PATCH 1/2] iio: gyro: bmg160_spi: add of_match_table
config: i386-buildonly-randconfig-005-20250220 (https://download.01.org/0day-ci/archive/20250221/202502210125.5IaR1YAL-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/20250221/202502210125.5IaR1YAL-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/202502210125.5IaR1YAL-lkp@xxxxxxxxx/

All errors (new ones prefixed by >>):

>> drivers/iio/gyro/bmg160_spi.c:57:3: error: member reference base type 'const struct of_device_id[4]' is not a structure or union
56 | .of_match_table = bmg160_of_match
| ~~~~~~~~~~~~~~~
57 | .pm = &bmg160_pm_ops,
| ^~~
1 error generated.


vim +57 drivers/iio/gyro/bmg160_spi.c

c266686477490d Jun Yan 2025-02-19 52
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 53 static struct spi_driver bmg160_spi_driver = {
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 54 .driver = {
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 55 .name = "bmg160_spi",
c266686477490d Jun Yan 2025-02-19 56 .of_match_table = bmg160_of_match
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 @57 .pm = &bmg160_pm_ops,
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 58 },
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 59 .probe = bmg160_spi_probe,
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 60 .remove = bmg160_spi_remove,
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 61 .id_table = bmg160_spi_id,
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 62 };
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 63 module_spi_driver(bmg160_spi_driver);
b1d125cc623639 Markus Schneider-Pargmann 2015-08-19 64

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki