From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266703AbUFWV1k (ORCPT ); Wed, 23 Jun 2004 17:27:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266761AbUFWV0b (ORCPT ); Wed, 23 Jun 2004 17:26:31 -0400 Received: from amsfep17-int.chello.nl ([213.46.243.15]:25162 "EHLO amsfep17-int.chello.nl") by vger.kernel.org with ESMTP id S266748AbUFWVZl (ORCPT ); Wed, 23 Jun 2004 17:25:41 -0400 Subject: [PATCH] shut-up kaweth usb/net driver From: Harm Verhagen To: lkml Content-Type: text/plain Message-Id: <1088025936.3185.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 23 Jun 2004 23:25:36 +0200 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 #include -#define DEBUG +#undef DEBUG #ifdef DEBUG #define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" ,##arg)