]> git.baikalelectronics.ru Git - kernel.git/commit
Thermal: Intel SoC DTS: Change interrupt request behavior
authorBrian Bian <brian.bian@intel.com>
Wed, 12 Apr 2017 21:07:17 +0000 (14:07 -0700)
committerZhang Rui <rui.zhang@intel.com>
Fri, 5 May 2017 08:00:10 +0000 (16:00 +0800)
commit6fbf1134113cf1abf536049ca1962cf543740757
tree3b346a8d8d75e8cc644b407c3aa7b7525ed4dca6
parent870b71e4b49c4371244c089689afc30714387992
Thermal: Intel SoC DTS: Change interrupt request behavior

The interrupt request call in Intel SoC DTS driver may fail if
there is no underlying BIOS support. However, the user space
thermal daemon can still use the thermal zones created by the
SoC DTS driver in polling mode, therefore, instead of bailing
out on interrupt request failures, it is better just to log
a warning message and continue the init process.

Signed-off-by: Brian Bian <brian.bian@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_soc_dts_thermal.c