Skip to content

Commit

Permalink
net: phy: national: remove definition of DEBUG
Browse files Browse the repository at this point in the history
Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210115235346.289611-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Tom Rix authored and Jakub Kicinski committed Jan 19, 2021
1 parent c080559 commit 6ea9309
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/phy/national.c
Original file line number Diff line number Diff line change
@@ -19,8 +19,6 @@
#include <linux/phy.h>
#include <linux/netdevice.h>

#define DEBUG

/* DP83865 phy identifier values */
#define DP83865_PHY_ID 0x20005c7a

0 comments on commit 6ea9309

Please sign in to comment.