|
From: Peter K. <pk...@us...> - 2001-10-16 14:38:18
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
l2cap.c 1.121 1.122=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Fixed an error message.
The diff of the modified file(s):
--- l2cap.c 2001/10/10 14:58:18 1.121
+++ l2cap.c 2001/10/16 10:51:29 1.122
@@ -2969,7 +2969,7 @@
=20
retval =3D lp_connect_req(con->remote_bd);
if(retval < 0) {
- D_ERR(__FUNCTION__, ": lp_connect_req failed (status %d)\n", retval);
+ D_ERR(__FUNCTION__ ": lp_connect_req failed (status %d)\n", retval);
delete_con(con);
return retval;
}
|