All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usbnet: remove vestiges of debug macros
@ 2022-06-30 11:07 Oliver Neukum
  2022-07-02  3:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Neukum @ 2022-06-30 11:07 UTC (permalink / raw)
  To: davem, kuba, netdev, linux-usb; +Cc: Oliver Neukum

The driver has long since be converted to dynamic debugging.
The internal compile options for more debugging can simply be
deleted.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
---
 drivers/net/usb/usbnet.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c
index a90aece93f4a..139c9e997aa4 100644
--- a/drivers/net/usb/usbnet.c
+++ b/drivers/net/usb/usbnet.c
@@ -17,9 +17,6 @@
  * issues can usefully be addressed by this framework.
  */
 
-// #define	DEBUG			// error path messages, extra info
-// #define	VERBOSE			// more; success messages
-
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/netdevice.h>
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usbnet: remove vestiges of debug macros
  2022-06-30 11:07 [PATCH] usbnet: remove vestiges of debug macros Oliver Neukum
@ 2022-07-02  3:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-02  3:20 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: davem, kuba, netdev, linux-usb

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 30 Jun 2022 13:07:41 +0200 you wrote:
> The driver has long since be converted to dynamic debugging.
> The internal compile options for more debugging can simply be
> deleted.
> 
> Signed-off-by: Oliver Neukum <oneukum@suse.com>
> ---
>  drivers/net/usb/usbnet.c | 3 ---
>  1 file changed, 3 deletions(-)

Here is the summary with links:
  - usbnet: remove vestiges of debug macros
    https://git.kernel.org/netdev/net-next/c/1d7f94cdd8f0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-02  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 11:07 [PATCH] usbnet: remove vestiges of debug macros Oliver Neukum
2022-07-02  3:20 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.