aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth/smp.c
diff options
context:
space:
mode:
authorThierry Escande <thierry.escande@linaro.org>2018-05-29 18:37:16 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-05-30 08:12:17 +0200
commit9960521c44a5d828f29636ceac0600603ecbddbf (patch)
tree58db18489667efa6b0811fb8f978d8a1624524bb /net/bluetooth/smp.c
parentBluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table (diff)
downloadwireguard-linux-9960521c44a5d828f29636ceac0600603ecbddbf.tar.xz
wireguard-linux-9960521c44a5d828f29636ceac0600603ecbddbf.zip
Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
This patch fixes the following warning during boot: do not call blocking ops when !TASK_RUNNING; state=1 set at [<(ptrval)>] qca_setup+0x194/0x750 [hci_uart] WARNING: CPU: 2 PID: 1878 at kernel/sched/core.c:6135 __might_sleep+0x7c/0x88 In qca_set_baudrate(), the current task state is set to TASK_UNINTERRUPTIBLE before going to sleep for 300ms. It was then restored to TASK_INTERRUPTIBLE. This patch sets the current task state back to TASK_RUNNING instead. Signed-off-by: Thierry Escande <thierry.escande@linaro.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/smp.c')
0 files changed, 0 insertions, 0 deletions