ramips: ramips_eth: use Kconfig definition to enable debug

The Kconfig identifier to enable debugging in the driver was different from the
actually used one. Fix that.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34332
v19.07.3_mercusys_ac12_duma
Gabor Juhos 12 years ago
parent 21d5df8700
commit 57b7879a4e

@ -43,7 +43,7 @@ static inline int soc_is_rt5350(void) { return 0; }
#define phys_to_bus(a) (a & 0x1FFFFFFF)
#ifdef CONFIG_RAMIPS_ETH_DEBUG
#ifdef CONFIG_NET_RAMIPS_DEBUG
#define RADEBUG(fmt, args...) printk(KERN_DEBUG fmt, ## args)
#else
#define RADEBUG(fmt, args...) do {} while (0)

Loading…
Cancel
Save