Bluetooth: Host: Move BT_DBG out of irq_lock
Don't have BT_DBG inside of irq_lock, this will create unnecessary IRQ delays. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
1555ae8f38
commit
7f757e64d3
1 changed files with 1 additions and 1 deletions
|
@ -658,8 +658,8 @@ static void hci_num_completed_packets(struct net_buf *buf)
|
|||
|
||||
conn = bt_conn_lookup_handle(handle);
|
||||
if (!conn) {
|
||||
BT_ERR("No connection for handle %u", handle);
|
||||
irq_unlock(key);
|
||||
BT_ERR("No connection for handle %u", handle);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue