From: Vinicius Costa Gomes Date: Fri, 27 Jul 2012 22:33:00 +0000 (-0300) Subject: Bluetooth: Add type information to the hci_connect() debug statement X-Git-Tag: upstream/snapshot3+hdmi~6565^2~30^2~104^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6dd548b9a3c7b3fcdd2fd97880abf7597e8334b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Bluetooth: Add type information to the hci_connect() debug statement Now that we have a "connect" function for each link type, we should be able to indentify which function is going to be called. Signed-off-by: Vinicius Costa Gomes Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 2e7b776..98670b1 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -566,7 +566,7 @@ static struct hci_conn *hci_connect_sco(struct hci_dev *hdev, bdaddr_t *dst, struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 dst_type, __u8 sec_level, __u8 auth_type) { - BT_DBG("%s dst %s", hdev->name, batostr(dst)); + BT_DBG("%s dst %s type 0x%x", hdev->name, batostr(dst), type); switch (type) { case LE_LINK: