Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp323567ybe; Thu, 5 Sep 2019 23:21:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqzuXLhEBYLetfnTOTJS6maMFCXZvZoRiT42OqT3G5CAmoz9IWf+s5A0K6y57d9kT8vc4BWn X-Received: by 2002:a17:90a:3748:: with SMTP id u66mr8047158pjb.4.1567750890348; Thu, 05 Sep 2019 23:21:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567750890; cv=none; d=google.com; s=arc-20160816; b=uBeNA/mII3iPhQDz4GeyP4PBzaXfxf14gr9FdCJvnT4vp2M+JUPhx1H2+QZm9JaFoS Zpvk7oWmhKATstQtXyA5vOK6qcEHL7+rgQL/NtT5+qyBFQUi9ir7MJmCHNqeWSxMDsrQ zMv86IThaDYO+gShRMzZQMf9vhuklbwj3rqsp+kk60P13xigFxTxs8VhnZ+2m5U/pHm1 ElHGt5l5WPaQsM3mOwNB2WhW3zxbZ6+JfrV+WtUDzfKWKa/vD2GIh05d4CJBUoc8+baL YDG7K2xb71UnEfy++vsWXlMa7TfnfsDKO0Qa52xNNa6scwgrx2v6L9bqEi/8R+Jw4NkP hTqg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3bgmzpZdbC+Ol53PQ10wGLfPhhsjXriBvbG4QLZbtkg=; b=KLpwhXaBbYxZdTLofUaznFOskPRO4aU0pr/ODf9vV/b/JLLfBovtBN5vjvD43z9YCn QDd9FgVMxlKVFH+ETXSHHI4ijEAgB2WTd0UUblpjIZSBn0gzd6lobbXHODhFkuNG5fDp NCYb4+tCzxNYMzTUNVjv08joq4a7a7zoTeyKnAiN51w4P2VVe61/RlxzXCgqzKcbLO0h V41Ul5/fx/wBZ1ZWQXcOC6ztBNVqRJwjVwF0RjGXunWKFNUyD8LmoWsm1IKfiWOYUFn9 svXG8J2KowQwASI1Xwkj8gZRDABoW5+sPM0S7EQQm+EtsKninnxWFJoRcJhOGWvO+Mx3 sFjA== ARC-Authentication-Results: i=1; mx.google.com; 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 f131si4839823pfa.11.2019.09.05.23.21.14; Thu, 05 Sep 2019 23:21:30 -0700 (PDT) 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; 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 S2389223AbfIEUf0 (ORCPT + 99 others); Thu, 5 Sep 2019 16:35:26 -0400 Received: from sauhun.de ([88.99.104.3]:60802 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727915AbfIEUf0 (ORCPT ); Thu, 5 Sep 2019 16:35:26 -0400 Received: from localhost (p54B335F6.dip0.t-ipconnect.de [84.179.53.246]) by pokefinder.org (Postfix) with ESMTPSA id 4197A2C00C0; Thu, 5 Sep 2019 22:35:24 +0200 (CEST) Date: Thu, 5 Sep 2019 22:35:24 +0200 From: Wolfram Sang To: Masahiro Yamada Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: uniphier(-f): remove all dev_dbg() Message-ID: <20190905203523.GE8989@ninjato> References: <20190905044648.7632-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wTWi5aaYRw9ix9vO" Content-Disposition: inline In-Reply-To: <20190905044648.7632-1-yamada.masahiro@socionext.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --wTWi5aaYRw9ix9vO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 05, 2019 at 01:46:48PM +0900, Masahiro Yamada wrote: > I have fixed various bugs, and these drivers are (I hope) pretty > stable now. Remove all dev_dbg() for code clean-up. >=20 > If I end up with debugging the drivers again, I will locally revert > this commit. I no longer need the debug code in upstream. >=20 > Signed-off-by: Masahiro Yamada Yay, tasty one! Applied to for-next, thanks! --wTWi5aaYRw9ix9vO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1xcYsACgkQFA3kzBSg KbYw7g//QsSqP48+IcUw8OqlQKxp+IMdWVY20O7CfqNW2XGITbwPt5mAdOgqANxF txCPnXhi/FZofE60fAZqBi18Y2C/LUQhxAfsjZfe2Vyk8g60qtgipgkRyx/DQxZb SKeA0ikTsPt9g1mst9XxEgJtZZC0c02zuJOpo7LjWW04kSzZKjeUjCLmecKNedZL MfXrCh4Dtejryjxn78/yZwSoL5DPGN2dpJDgOYtx8ZUMFkuuPoPNZmkm0GkKdqGn 8bJGz9VivsxUMfGfNhwt0cw3CgvH2ULJgUmt+Kh+yLRGHKiUobP44IobAOlofcHq eshlOkhtKDCbtxP1ht8wckh/gU6hGAG511vfslr4+5UMAF/M+TWELMHvvJ+0gpeu Hyq8u7QPC7xBZU+DZ6YU3SwJS7/oOlw5hFMYOCAe9uXiEXp8iSpICMG5s8woOQoh 07VgJ1QK6oqI/ND9gPD75XowvWqLxpUNKKUh5ZE7GxlQJigTpTcJRUHZSxFG0kQE 0wMYYc+bJp8kcKcyyaSdmOFWftzGJEPIa2rDIejICjIoqN9Lgs4xDug60HIk4p5i Pap8jTntvMwKGKtMOFoUKPQlq64dFkyZLSw2nSjfTbR5bCR9KJ/rEI0gJJ1jGFCH dbwxzfI/IxbFeGT0tEd42hWeHDzXf1q1cucl/tazp6VeXDrFpac= =pLq7 -----END PGP SIGNATURE----- --wTWi5aaYRw9ix9vO--