public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Harm Verhagen <hverhagen@dse.nl>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] shut-up kaweth  usb/net driver
Date: Wed, 23 Jun 2004 23:25:36 +0200	[thread overview]
Message-ID: <1088025936.3185.3.camel@localhost.localdomain> (raw)

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)



                 reply	other threads:[~2004-06-23 21:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1088025936.3185.3.camel@localhost.localdomain \
    --to=hverhagen@dse.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox