On Thu, Jun 24, 2004 at 10:00:36AM +0200, Oliver Neukum wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am Mittwoch, 23. Juni 2004 23:25 schrieben Sie: > > Hi, > > > > The kaweth usb ethernet driver is pretty noisy. > > It generates over 40 lines during a modprobe. > > The following patch reduces the prints generated by this driver. > > > > Regards, > > Harm Verhagen > > > > --- linux-2.6.6-1.435/drivers/usb/net/kaweth.c.orig 2004-06-23 > > 23:20:51.294659144 +0200 > > +++ linux-2.6.6-1.435/drivers/usb/net/kaweth.c 2004-06-23 > > 23:21:10.570728736 +0200 > > @@ -62,7 +62,7 @@ > > #include <asm/semaphore.h> > > #include <asm/byteorder.h> > > > > -#define DEBUG > > +#undef DEBUG > > > > #ifdef DEBUG > > #define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " > > format "\n" ,##arg) > > Hi Greg, > > for your convinience as a change set.
change sets suck, I took the patch sent to me from akpm :) thanks, greg k-h ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
