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
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 -->