From: <a.o...@bl...> - 2004-02-08 00:41:02
|
On Sat, Feb 07, 2004 at 02:58:55PM -0800, ham...@us... wrote: > Update of /cvsroot/gc-linux/linux/drivers/net > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29185/linux/drivers/net > > Modified Files: > gc-net.c > Log Message: > mamybe it works now > > > Index: gc-net.c > =================================================================== > RCS file: /cvsroot/gc-linux/linux/drivers/net/gc-net.c,v > retrieving revision 1.11 > retrieving revision 1.12 > diff -u -d -r1.11 -r1.12 > --- gc-net.c 7 Feb 2004 00:24:29 -0000 1.11 > +++ gc-net.c 7 Feb 2004 22:58:52 -0000 1.12 > @@ -39,6 +39,10 @@ > > #include "exi.h" > > +#define BBA_DBG(format, arg...); { } > +//#define BBA_DBG(format, arg...) printk(f,## arg) > + > + Just a FYI - no need to #define Yet Another Debug Macro (TM). pr_debug() is your friend. |