From: Gustavo F. Padovan Date: Tue, 22 Feb 2011 15:30:53 +0000 (-0300) Subject: Bluetooth: Remove duplicated BT_INFO() from L2CAP X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~13687^2~16^2~578^2~79^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=50899e8d3a1b0655087838374a51ee5b865961b6;p=linux-4.9.git 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 --- diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index efcef0dc1259..1db6c9081aa7 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: