Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50899e8d authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: Remove duplicated BT_INFO() from L2CAP



The message for the initialization of the L2CAP layer was being
printed twice.

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 0ed54dad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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: