netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4 linux-2.6.9-rc3/linux-2.4.28-pre3] prism54 remove TRACE
@ 2004-10-02 14:39 Margit Schubert-While
  2004-10-04 21:03 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Margit Schubert-While @ 2004-10-02 14:39 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, prism54-devel

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

2004-10-02 Margit Schubert-While <margitsw@t-online.de>

* 01_remtrace.patch
*  Remove TRACE to please the janitors

Margit

















[-- Attachment #2: 01_remtrace.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

diff -Naur linux-2.6.9rc2/drivers/net/wireless/prism54/islpci_hotplug.c linux-2.6.9-rc2msw/drivers/net/wireless/prism54/islpci_hotplug.c
--- linux-2.6.9rc2/drivers/net/wireless/prism54/islpci_hotplug.c	2004-08-14 07:36:57.000000000 +0200
+++ linux-2.6.9-rc2msw/drivers/net/wireless/prism54/islpci_hotplug.c	2004-09-25 11:15:41.000000000 +0200
@@ -107,9 +107,6 @@
 	islpci_private *priv;
 	int rvalue;
 
-	/* TRACE(DRV_NAME); */
-	
-	
 	/* Enable the pci device */
 	if (pci_enable_device(pdev)) {
 		printk(KERN_ERR "%s: pci_enable_device() failed.\n", DRV_NAME);
diff -Naur linux-2.6.9rc2/drivers/net/wireless/prism54/islpci_mgt.h linux-2.6.9-rc2msw/drivers/net/wireless/prism54/islpci_mgt.h
--- linux-2.6.9rc2/drivers/net/wireless/prism54/islpci_mgt.h	2004-08-14 07:36:18.000000000 +0200
+++ linux-2.6.9-rc2msw/drivers/net/wireless/prism54/islpci_mgt.h	2004-09-25 11:15:54.000000000 +0200
@@ -31,8 +31,6 @@
 #define K_DEBUG(f, m, args...) do { if(f & m) printk(KERN_DEBUG args); } while(0)
 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
 
-#define TRACE(devname)   K_DEBUG(SHOW_TRACING, VERBOSE, "%s:  -> " __FUNCTION__ "()\n", devname)
-
 extern int pc_debug;
 #define init_wds 0	/* help compiler optimize away dead code */
 

[-- Attachment #3: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Prism54-devel mailing list
Prism54-devel@prism54.org
http://prism54.org/mailman/listinfo/prism54-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/4 linux-2.6.9-rc3/linux-2.4.28-pre3] prism54 remove TRACE
  2004-10-02 14:39 [PATCH 1/4 linux-2.6.9-rc3/linux-2.4.28-pre3] prism54 remove TRACE Margit Schubert-While
@ 2004-10-04 21:03 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-10-04 21:03 UTC (permalink / raw)
  To: Margit Schubert-While; +Cc: netdev, prism54-devel

applied to 2.4.x and 2.6.x.

I'll forward the 2.4.x pile to Marcelo, since 2.4.x isn't in Release 
Candidate status like 2.6.x.

	Jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-04 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-02 14:39 [PATCH 1/4 linux-2.6.9-rc3/linux-2.4.28-pre3] prism54 remove TRACE Margit Schubert-While
2004-10-04 21:03 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).