UPSTREAM: thermal: rockchip: improve the warning log
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 11 Oct 2016 02:07:34 +0000 (10:07 +0800)
committerCaesar Wang <wxt@rock-chips.com>
Tue, 22 Nov 2016 03:40:27 +0000 (11:40 +0800)
commita3da9a9bfeb7e56178d246cdd22277919da7ce67
tree4b94ab93584ea8c391b5a51ea96ba13d3cf4d422
parent7c6edaf7e9e54e64824780583d14c008acec69a4
UPSTREAM: thermal: rockchip: improve the warning log

It is no necessary to print warning agian and again if we don't
add rockchip,grf for dt, otherwise I saw the following log when
doing suspend-2-resume. We only need to print it once when parsing
dt. It looks quite trivial but the log is apparently verbose.

[   26.615415] PM: early resume of devices complete after 1.539 msecs
[   26.622002] rk_tsadcv2_initialize: Missing rockchip,grf property
[   26.629359] rk_gmac-dwmac ff290000.ethernet: init for RGMII
[   26.639794] PM: resume of devices complete after 18.109 msecs
[   26.646925] Restarting tasks ... done.

Change-Id: Ia3124f557e2b4f47c691671d27ea6a0f136f3f6f
Reviewed-by: Caesar Wang <wxt@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org evalenti/linux-soc-thermal.git next
 commit 947d62b53ff381d1ca4b3288b53a26c6d38957aa)
drivers/thermal/rockchip_thermal.c