Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: national: remove definition of DEBUG

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>

authored by

Tom Rix and committed by
Jakub Kicinski
6ea9309a c080559a

-2
-2
drivers/net/phy/national.c
··· 19 19 #include <linux/phy.h> 20 20 #include <linux/netdevice.h> 21 21 22 - #define DEBUG 23 - 24 22 /* DP83865 phy identifier values */ 25 23 #define DP83865_PHY_ID 0x20005c7a 26 24