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

There isn't much the user can do on seeing this warning, 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/devfreq_cooling.c