Received: by 2002:a17:90a:9307:0:0:0:0 with SMTP id p7csp3950207pjo; Tue, 3 Mar 2020 09:58:47 -0800 (PST) X-Google-Smtp-Source: ADFU+vuiccIN8pcllhLk/jkTpJ+RqnlrdjCK0f687bik8++Kuga2rmV52fbEDSaUfgeJElXbVuBx X-Received: by 2002:aca:5f09:: with SMTP id t9mr675317oib.5.1583258327011; Tue, 03 Mar 2020 09:58:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583258327; cv=none; d=google.com; s=arc-20160816; b=LdBYSZeuslfLF6Y4lCXDgim4siKzei4CgLE8Gy5QKc2Gg+y4NA6Jzf8fJabLR/4Au0 USg8CCG5wLIhO99crRzpXqSFu/4n6d7ICY07rFyQ0R0SKLTOoc2/LaLFshxnWnOknL4i E1wVLhfC73sTsGdZJBKt4vkf9DWtp5BR+egkI62EczvUGIYJGqtgJxR0Wv0Kbo2bgiSR pl7Miu9R7oPVSkxHLTWMNpAHYEW35iKtFva1tdFBIcIuXOUsEPPiKOxAeogELFO6mHvN y82rbaUMht/OyqIchUkGGjKUUrrE+vKWrF0xct9i79ywmVRNLV/TNKDBsWZXuOq9VtHC 3cOQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=RMt1J8zGTAj2suDwfEHaskcoGbhRPUCFMK4tVIXH4lw=; b=KNMH2PWxiVvfL6AjKCX2/5oT/MrGDWWfbSkul5XgTPwwSqkZZrWhcGRKK/W4Oghkty X4ofjXk9AxuUIuXwk5JHF7aOGblJxm0eLIAUuDelvYowBDN7B7vgR3Y2FTnXzO2EpTXA t9rrac4QARuHs/O2J7hEaceUcRVgGWrp9x3ZRKl09FFIrASlzjY5KMu/DESI+Z2KfL1l PFxD7VTCJ7+qBRmksf/mz8HbZXK9MyHJBHc/bi0BWL5sDdCGkhvOeao4/x4J+ZcqE5Ue xM/BeLl4PkikcMyAhwpYYsFMrm1hSwWQctqh3PjyU+VEBmQoH2S5QtmEAhSA+UR20EWv G7IQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="d/iONkOY"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l75si5663315oib.55.2020.03.03.09.58.35; Tue, 03 Mar 2020 09:58:46 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="d/iONkOY"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733185AbgCCR56 (ORCPT + 99 others); Tue, 3 Mar 2020 12:57:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:40560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733176AbgCCR5y (ORCPT ); Tue, 3 Mar 2020 12:57:54 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1DE192072D; Tue, 3 Mar 2020 17:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583258273; bh=ZbFEaN5l+8Ba/vTiEQbdT83zjZPqCfMcehVz7b5ITFU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d/iONkOYCvMzMwpJ5UIhy+QgoOWvpvyAQqoSlo8qDzTTCLfyAGGeQOud0oQYDXvje jSiDw4CS8r6scVYqcmoNCjVkdn65wz72Y17UbTgYh2MQ/tZr7plslrwgKu/Ed8B/VD Cl9wsYhqsBYJu0/ziSoWAgZITnqOIg/6626GIQIM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Daniel Lezcano , Stephan Gerhold , Linus Walleij Subject: [PATCH 5.4 139/152] thermal: db8500: Depromote debug print Date: Tue, 3 Mar 2020 18:43:57 +0100 Message-Id: <20200303174318.598717376@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200303174302.523080016@linuxfoundation.org> References: <20200303174302.523080016@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Linus Walleij commit c56dcfa3d4d0f49f0c37cd24886aa86db7aa7f30 upstream. 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 Reviewed-by: Stephan Gerhold Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20191119074650.2664-1-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman --- drivers/thermal/db8500_thermal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/thermal/db8500_thermal.c +++ b/drivers/thermal/db8500_thermal.c @@ -152,8 +152,8 @@ static irqreturn_t prcmu_high_irq_handle 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;