[openib-general] [PATCH] sa_query: Remove debug print statement

Hal Rosenstock halr at voltaire.com
Fri Oct 29 07:30:24 PDT 2004


sa_query: Remove debug print statement

Index: sa_query.c
===================================================================
--- sa_query.c	(revision 1095)
+++ sa_query.c	(working copy)
@@ -444,7 +444,6 @@
 	query->mad->mad_hdr.tid =
 		cpu_to_be64(((u64) port->agent->hi_tid) << 32 | query->id);
 	wr.wr_id = query->id;
-	printk("tid %016llx id %08x\n", be64_to_cpu(query->mad->mad_hdr.tid),
query->id);
 
 	spin_lock_irqsave(&port->ah_lock, flags);
 	kref_get(&port->sm_ah->ref);






More information about the general mailing list