Bluetooth: L2CAP: Fix use of '/n' with BT_DBG

BT_DBG already add a new line so that '/n' is not necessary.

Change-Id: I7b25470386e2a7228a684665301d2d28d1360808
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-02-16 13:45:22 +02:00
commit 12a092757f

View file

@ -1268,7 +1268,7 @@ static int l2cap_chan_le_send_sdu(struct bt_l2cap_chan *chan,
}
}
BT_DBG("chan %p cid 0x%04x sent %u\n", chan, chan->tx.cid, sent);
BT_DBG("chan %p cid 0x%04x sent %u", chan, chan->tx.cid, sent);
net_buf_unref(buf);