* Re: [PATCH V2 4/5] iio: imu: inv_icm42600: Add support for icm42607
[not found] <20260319182956.146976-5-macroalpha82@gmail.com>
@ 2026-03-20 16:44 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-03-20 16:44 UTC (permalink / raw)
To: Chris Morgan, linux-iio
Cc: llvm, oe-kbuild-all, andy, nuno.sa, dlechner, jic23,
jean-baptiste.maneyrol, linux-rockchip, devicetree, heiko,
conor+dt, krzk+dt, robh, andriy.shevchenko, Chris Morgan
Hi Chris,
kernel test robot noticed the following build warnings:
[auto build test WARNING on rockchip/for-next]
[also build test WARNING on linus/master v7.0-rc4 next-20260320]
[cannot apply to jic23-iio/togreg]
[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/Chris-Morgan/dt-bindings-iio-imu-add-icm42607/20260320-061927
base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
patch link: https://lore.kernel.org/r/20260319182956.146976-5-macroalpha82%40gmail.com
patch subject: [PATCH V2 4/5] iio: imu: inv_icm42600: Add support for icm42607
config: i386-buildonly-randconfig-003-20260320 (https://download.01.org/0day-ci/archive/20260321/202603210243.jegPzaTL-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260321/202603210243.jegPzaTL-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202603210243.jegPzaTL-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:108:18: warning: unused variable 'inv_icm42607_accel_filter_values' [-Wunused-const-variable]
108 | static const int inv_icm42607_accel_filter_values[] = {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
vim +/inv_icm42607_accel_filter_values +108 drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c
95
96 static const char * const inv_icm42600_accel_power_mode_items[] = {
97 "low-noise",
98 "low-power",
99 };
100 static const int inv_icm42600_accel_power_mode_values[] = {
101 INV_ICM42600_SENSOR_MODE_LOW_NOISE,
102 INV_ICM42600_SENSOR_MODE_LOW_POWER,
103 };
104 static const int inv_icm42600_accel_filter_values[] = {
105 INV_ICM42600_FILTER_BW_ODR_DIV_2,
106 INV_ICM42600_FILTER_AVG_16X,
107 };
> 108 static const int inv_icm42607_accel_filter_values[] = {
109 INV_ICM42607_FILTER_BW_25HZ,
110 INV_ICM42607_FILTER_AVG_16X,
111 };
112
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-20 16:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260319182956.146976-5-macroalpha82@gmail.com>
2026-03-20 16:44 ` [PATCH V2 4/5] iio: imu: inv_icm42600: Add support for icm42607 kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox