From eb858227b3f65d3ec5a6ca1f5247f12e11a0ee2a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 25 Nov 2012 14:25:54 +0000 Subject: 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 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34332 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/files') diff --git a/target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c b/target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c index b6c72b8a85..267860ff0f 100644 --- a/target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c +++ b/target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c @@ -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) -- cgit v1.2.3