From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next 2/5 v3] net: gemini: Improve connection prints Date: Wed, 11 Jul 2018 21:57:59 +0200 Message-ID: <20180711195759.GC21430@lunn.ch> References: <20180711193245.21980-1-linus.walleij@linaro.org> <20180711193245.21980-2-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, "David S . Miller" , Hans Ulli Kroll , Florian Fainelli , =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= To: Linus Walleij Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:59671 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726429AbeGKUDy (ORCPT ); Wed, 11 Jul 2018 16:03:54 -0400 Content-Disposition: inline In-Reply-To: <20180711193245.21980-2-linus.walleij@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Jul 11, 2018 at 09:32:42PM +0200, Linus Walleij wrote: > Switch over to using a module parameter and debug prints > that can be controlled by this or ethtool like everyone > else. Depromote all other prints to debug messages. > > The phy_print_status() was already in place, albeit never > really used because the debuglevel hiding it had to be > set up using ethtool. > > Signed-off-by: Linus Walleij Reviewed-by: Andrew Lunn Andrew