Skip to content

Commit

Permalink
usbnet: remove vestiges of debug macros
Browse files Browse the repository at this point in the history
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>
Link: https://lore.kernel.org/r/20220630110741.21314-1-oneukum@suse.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Oliver Neukum authored and Jakub Kicinski committed Jul 2, 2022
1 parent 90c74f4 commit 1d7f94c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1d7f94c

Please sign in to comment.