Hi Daniel, [FYI, it's a private test report for your RFC patch.] [auto build test ERROR on rafael-pm/linux-next] [also build test ERROR on linus/master v6.0 next-20221004] [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/Daniel-Lezcano/thermal-acpi-Remove-the-intermediate-acpi_thermal_trip-structure/20221005-022713 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next config: i386-randconfig-a004-20221003 compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/125d72f02009ed9540f78de38aa248c3b4bf59d5 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Daniel-Lezcano/thermal-acpi-Remove-the-intermediate-acpi_thermal_trip-structure/20221005-022713 git checkout 125d72f02009ed9540f78de38aa248c3b4bf59d5 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/acpi/thermal.c:250:21: error: expected expression int ktemp = = celsius_to_deci_kelvin(temperature); ^ 1 error generated. vim +250 drivers/acpi/thermal.c 246 247 static void acpi_thermal_trips_override_critical(struct thermal_trip *trip, 248 int temperature) 249 { > 250 int ktemp = = celsius_to_deci_kelvin(temperature); 251 252 if (ktemp > trip->temperature) 253 pr_info("Overriding %d C\n", temperature); 254 255 trip->temperature = ktemp; 256 } 257 -- 0-DAY CI Kernel Test Service https://01.org/lkp