From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19A6EC432C3 for ; Tue, 19 Nov 2019 19:25:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2DE43222DF for ; Tue, 19 Nov 2019 19:25:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gerhold.net header.i=@gerhold.net header.b="twfuVIfW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726722AbfKSTZi (ORCPT ); Tue, 19 Nov 2019 14:25:38 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.23]:15149 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726555AbfKSTZi (ORCPT ); Tue, 19 Nov 2019 14:25:38 -0500 X-Greylist: delayed 357 seconds by postgrey-1.27 at vger.kernel.org; Tue, 19 Nov 2019 14:25:37 EST DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1574191536; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=nAQDzc44S0D7ebDb9POc/if1in8vRfNH8cRKGjIZFDA=; b=twfuVIfWcW8fP/AvowOr2XcJkz6tERhSKU5QuKrjc5o29NsZgRo2K3qe94d8YZvwR+ cuN71YIbmRRcmHSZWM4uVWFEftz1smrS2Yl5mqpVWCa0NhF2PSZ8YkEhea9qZGiu4zbf lXwUJi+3KWyLld4guNYIhsIkxX4o4wGt79NtaHpHTXtCFRtbQ7saYaKP+Gor0UlRXuZO MSNbSIZJTIIEVX4iXj0fgoiUn1AtznG6eW2P7HWQGAgSQqsVsjFSaSCoYQxYGm0UjEdJ YC1JkzIgejqhu5q8gC5/4ChmgnHe1p7fuKImbB9uLeQYmehOAUn4R8yeOHAwTH+prPja tYow== X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u266EZF6ORJL0fVrtcA=" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 44.29.0 AUTH) with ESMTPSA id e07688vAJJJXoYa (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 19 Nov 2019 20:19:33 +0100 (CET) Date: Tue, 19 Nov 2019 20:19:26 +0100 From: Stephan Gerhold To: Linus Walleij Cc: Zhang Rui , Eduardo Valentin , Daniel Lezcano , linux-pm@vger.kernel.org Subject: Re: [PATCH] thermal: db8500: Depromote debug print Message-ID: <20191119191926.GA910@gerhold.net> References: <20191119074650.2664-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191119074650.2664-1-linus.walleij@linaro.org> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Nov 19, 2019 at 08:46:50AM +0100, Linus Walleij wrote: > We are not interested in getting this debug print on our > console all the time. > > Cc: Daniel Lezcano > Cc: Stephan Gerhold > Fixes: 6c375eccded4 ("thermal: db8500: Rewrite to be a pure OF sensor") > Signed-off-by: Linus Walleij I noticed those as well. Thanks for the patch! FWIW: Reviewed-by: Stephan Gerhold > --- > drivers/thermal/db8500_thermal.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/thermal/db8500_thermal.c b/drivers/thermal/db8500_thermal.c > index 372dbbaaafb8..21d4d6e6409a 100644 > --- a/drivers/thermal/db8500_thermal.c > +++ b/drivers/thermal/db8500_thermal.c > @@ -152,8 +152,8 @@ static irqreturn_t prcmu_high_irq_handler(int irq, void *irq_data) > db8500_thermal_update_config(th, idx, THERMAL_TREND_RAISING, > next_low, next_high); > > - dev_info(&th->tz->device, > - "PRCMU set max %ld, min %ld\n", next_high, next_low); > + dev_dbg(&th->tz->device, > + "PRCMU set max %ld, min %ld\n", next_high, next_low); > } else if (idx == num_points - 1) > /* So we roof out 1 degree over the max point */ > th->interpolated_temp = db8500_thermal_points[idx] + 1; > -- > 2.21.0 >