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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 02F36C4332D for ; Thu, 19 Mar 2020 14:37:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D76EB20BED for ; Thu, 19 Mar 2020 14:37:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727621AbgCSOhY convert rfc822-to-8bit (ORCPT ); Thu, 19 Mar 2020 10:37:24 -0400 Received: from vegas.theobroma-systems.com ([144.76.126.164]:39350 "EHLO mail.theobroma-systems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727178AbgCSOhX (ORCPT ); Thu, 19 Mar 2020 10:37:23 -0400 X-Greylist: delayed 872 seconds by postgrey-1.27 at vger.kernel.org; Thu, 19 Mar 2020 10:37:22 EDT Received: from ip5f5a5d2f.dynamic.kabel-deutschland.de ([95.90.93.47]:43774 helo=diego.localnet) by mail.theobroma-systems.com with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jEw4P-0004O5-2t; Thu, 19 Mar 2020 15:22:49 +0100 From: Heiko Stuebner To: Christoph Muellner Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] phy: rk-inno-usb2: Decrease verbosity of repeating log. Date: Thu, 19 Mar 2020 15:22:48 +0100 Message-ID: <2002640.57rdNQtM3Z@diego> Organization: Theobroma Systems In-Reply-To: <20200319140852.27636-1-christoph.muellner@theobroma-systems.com> References: <20200319140852.27636-1-christoph.muellner@theobroma-systems.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 19. März 2020, 15:08:52 CET schrieb Christoph Muellner: > phy-rockchip-inno-usb2 logs the message > > "phy-ff2c0000.syscon:usb2-phy@100.2: charger = INVALID_CHARGER" > > constantly with a frequency of about 1 Hz and a verbosity level > of INFO. As this is clearly annoying, this patch decreases > the log level to DEBUG. > > Signed-off-by: Christoph Muellner I've noticed these messages in the past as well, but I guess in my short test-cycles never got annoyed enough to do something about it, but it's nice to see them go away, so Reviewed-by: Heiko Stuebner