Hi Andrzej, I love your patch! Yet something to improve: [auto build test ERROR on 79799562bf087b30d9dd0fddf5bed2d3b038be08] url: https://github.com/0day-ci/linux/commits/Andrzej-Pietrasiewicz/Stop-monitoring-disabled-devices/20200422-133553 base: 79799562bf087b30d9dd0fddf5bed2d3b038be08 config: i386-allyesconfig (attached as .config) compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/thermal/intel/int340x_thermal/int3400_thermal.c:257:18: error: 'THERMAL_ZONE_DISABLED' undeclared here (not in a function); did you mean 'THERMAL_DEVICE_DISABLED'? .initial_mode = THERMAL_ZONE_DISABLED, ^~~~~~~~~~~~~~~~~~~~~ THERMAL_DEVICE_DISABLED vim +257 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 253 254 static struct thermal_zone_params int3400_thermal_params = { 255 .governor_name = "user_space", 256 .no_hwmon = true, > 257 .initial_mode = THERMAL_ZONE_DISABLED, 258 }; 259 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org