Re: [2.6 patch] drivers/net/8139too.c: rework the debug levels

2005-07-30 Thread Jeff Garzik
Adrian Bunk wrote: Looking at this driver, I wondered why there were two different #define's controlling the debug output of the driver. Because debug output and runtime checks are two different concepts, two different behaviors. Jeff - To unsubscribe from this list: send the line

[2.6 patch] drivers/net/8139too.c: rework the debug levels

2005-07-22 Thread Adrian Bunk
I started looking at this driver after seeing the following warnings with -Wundef: <-- snip --> ... CC drivers/net/8139too.o drivers/net/8139too.c:1961:5: warning: "RTL8139_DEBUG" is not defined drivers/net/8139too.c:2047:5: warning: "RTL8139_DEBUG" is not defined ... <-- snip -->