projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed54da
)
Bluetooth: Remove duplicated BT_INFO() from L2CAP
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 22 Feb 2011 15:30:53 +0000
(12:30 -0300)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Sat, 26 Feb 2011 01:37:10 +0000
(22:37 -0300)
The message for the initialization of the L2CAP layer was being
printed twice.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/l2cap_core.c
b/net/bluetooth/l2cap_core.c
index
efcef0d
..
1db6c90
100644
(file)
--- a/
net/bluetooth/l2cap_core.c
+++ b/
net/bluetooth/l2cap_core.c
@@
-4033,8
+4033,6
@@
int __init l2cap_init(void)
BT_ERR("Failed to create L2CAP debug file");
}
- BT_INFO("L2CAP socket layer initialized");
-
return 0;
error: