[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd3a3e31d17146965c5a0ff7228cb00ec46f4edb.camel@perches.com>
Date: Sat, 16 May 2020 19:01:59 -0700
From: Joe Perches <joe@...ches.com>
To: Marek Vasut <marex@...x.de>, netdev@...r.kernel.org
Cc: "David S . Miller" <davem@...emloft.net>,
Lukas Wunner <lukas@...ner.de>, Petr Stetiar <ynezz@...e.cz>,
YueHaibing <yuehaibing@...wei.com>
Subject: Re: [PATCH V6 20/20] net: ks8851: Drop define debug and pr_fmt()
On Sun, 2020-05-17 at 02:33 +0200, Marek Vasut wrote:
> Drop those debug statements from both drivers. They were there since
> at least 2011 and enabled by default, but that's likely wrong.
[]
> diff --git a/drivers/net/ethernet/micrel/ks8851_par.c b/drivers/net/ethernet/micrel/ks8851_par.c
[]
> -#define DEBUG
Dropping the #define DEBUG lines will cause a behavior
change for the netdev/netif_dbg uses as these messages
will no longer be output by default.
Powered by blists - more mailing lists