Hi David,
On Sat, Jan 07, 2012, David Herrmann wrote:
The uart_proto open() callback is not called in atomic context so we can safely
sleep here. The caller hci_uart_set_proto() in hci_ldisc.c is an ioctl-handler
and therefore can sleep.
Signed-off-by: David Herrmann <redacted>
---
drivers/bluetooth/hci_ath.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Applied to my bluetooth-next tree. Thanks.
Johan