From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch 1/1] ipw2100: remove by-hand function entry/exit debugging Date: Tue, 06 Sep 2005 21:51:21 -0400 Message-ID: <431E4799.7000502@pobox.com> References: <200509062056.j86KuHcL031448@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pavel@ucw.cz, ipw2100-admin@linux.intel.com, pavel@suse.cz, Linux Kernel , Netdev List Return-path: To: akpm@osdl.org In-Reply-To: <200509062056.j86KuHcL031448@shell0.pdx.osdl.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org akpm@osdl.org wrote: > From: Pavel Machek > > This removes debug prints from entry/exit of functions. Such level of > debugging should probably be done by gdb or similar. > > Signed-off-by: Pavel Machek > Cc: Jeff Garzik > Cc: "James P. Ketrenos" > Signed-off-by: Andrew Morton NAK. Rationale: maintainer's choice. Pavel doesn't get to choose the debugger of choice for the driver maintainer. I do this entry/exit stuff in my net and SATA drivers; printk is my primary method of debugging. Jeff