aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-02-22 12:30:53 -0300
committerGustavo F. Padovan <padovan@profusion.mobi>2011-02-25 22:37:10 -0300
commit50899e8d3a1b0655087838374a51ee5b865961b6 (patch)
tree253de62225bb00a9a406eb5659562b41393df4c8 /net/bluetooth/l2cap_core.c
parent0ed54dad52e8056f4440da723a4c117f2aef1f68 (diff)
downloadkernel_samsung_smdk4412-50899e8d3a1b0655087838374a51ee5b865961b6.zip
kernel_samsung_smdk4412-50899e8d3a1b0655087838374a51ee5b865961b6.tar.gz
kernel_samsung_smdk4412-50899e8d3a1b0655087838374a51ee5b865961b6.tar.bz2
Bluetooth: Remove duplicated BT_INFO() from L2CAP
The message for the initialization of the L2CAP layer was being printed twice. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r--net/bluetooth/l2cap_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index efcef0d..1db6c90 100644
--- 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: