瀏覽代碼

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>
Gustavo F. Padovan 14 年之前
父節點
當前提交
50899e8d3a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      net/bluetooth/l2cap_core.c

+ 0 - 2
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: