patch-2.4.21 linux-2.4.21/net/bluetooth/sco.c

Next file: linux-2.4.21/net/bluetooth/syms.c
Previous file: linux-2.4.21/net/bluetooth/rfcomm/tty.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/net/bluetooth/sco.c linux-2.4.21/net/bluetooth/sco.c
@@ -678,7 +678,7 @@
 		
 		opts.mtu = sco_pi(sk)->conn->mtu;
 
-		BT_INFO("mtu %d", opts.mtu);
+		BT_DBG("mtu %d", opts.mtu);
 
 		len = MIN(len, sizeof(opts));
 		if (copy_to_user(optval, (char *)&opts, len))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)