thermal: cpu_cooling: Replace dev_warn with dev_err
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 7 Feb 2017 04:10:04 +0000 (09:40 +0530)
committerZhang Rui <rui.zhang@intel.com>
Mon, 13 Mar 2017 02:06:47 +0000 (10:06 +0800)
commit9aec9082bf3c0fb83020a0f562c9cc8078ac91f1
treef07f65006db288923e5f97d7a4d9481b4eacd8ed
parentafd1f4e0a76f0c56422af7056942f28578f1643e
thermal: cpu_cooling: Replace dev_warn with dev_err

There isn't much the user can do on seeing these warnings, as the
hardware is actually okay. dev_err suits much better here.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/cpu_cooling.c