Bluetooth: L2CAP: Fix debug message in l2cap_chan_destroy
Removes redundant parameter value to be printed. Change-Id: Ib719135b4f99265312b3a08f051d35d10adb0bcf Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
parent
3e63a74514
commit
65ab753fe7
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ static void l2cap_chan_destroy(struct bt_l2cap_chan *chan)
|
|||
{
|
||||
struct bt_l2cap_le_chan *ch = BT_L2CAP_LE_CHAN(chan);
|
||||
|
||||
BT_DBG("chan %p cid 0x%04x", chan->conn, ch, ch->rx.cid);
|
||||
BT_DBG("chan %p cid 0x%04x", ch, ch->rx.cid);
|
||||
|
||||
/* Cancel ongoing work */
|
||||
nano_delayed_work_cancel(&ch->rtx_work);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue