patch-2.2.0-pre9 linux/net/irda/af_irda.c

Next file: linux/net/irda/irda_device.c
Previous file: linux/net/irda/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre8/linux/net/irda/af_irda.c linux/net/irda/af_irda.c
@@ -6,7 +6,7 @@
  * Status:        Experimental.
  * Author:        Dag Brattli <dagb@cs.uit.no>
  * Created at:    Sun May 31 10:12:43 1998
- * Modified at:   Mon Dec 14 10:39:45 1998
+ * Modified at:   Thu Jan 14 13:42:16 1999
  * Modified by:   Dag Brattli <dagb@cs.uit.no>
  * Sources:       af_netroom.c, af_ax25.x
  * 
@@ -703,7 +703,7 @@
  */
 void irda_proto_init(struct net_proto *pro)
 {
-	DEBUG( 0, __FUNCTION__ "\n");
+	DEBUG( 4, __FUNCTION__ "\n");
 
 	/* sock_register( irda_proto_ops.family, &irda_proto_ops); */
 	irda_packet_type.type = htons(ETH_P_IRDA);
@@ -723,7 +723,7 @@
  */
 void irda_proto_cleanup(void)
 {
-	DEBUG( 0, __FUNCTION__ "\n");
+	DEBUG( 4, __FUNCTION__ "\n");
 
 	irda_packet_type.type = htons(ETH_P_IRDA);
         dev_remove_pack(&irda_packet_type);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov