Re: [PATCH v6 1/4] thermal: tegra: remove unnecessary warnings

2018-12-14 Thread Thierry Reding
On Fri, Dec 14, 2018 at 05:49:50PM +0800, Wei Ni wrote: > Convert warnings to info as not all platforms may > have all the thresholds and sensors enabled. > > Signed-off-by: Wei Ni > --- > drivers/thermal/tegra/soctherm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Thi

[PATCH v6 1/4] thermal: tegra: remove unnecessary warnings

2018-12-14 Thread Wei Ni
Convert warnings to info as not all platforms may have all the thresholds and sensors enabled. Signed-off-by: Wei Ni --- drivers/thermal/tegra/soctherm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c in