Home
last modified time | relevance | path

Searched hist:"9 eb648c39af8c14cb63fc9ccfc9a52cdb4442daa" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bluetooth/
H A Dhci_ll.cdiff 9eb648c39af8c14cb63fc9ccfc9a52cdb4442daa Sat Jan 07 15:19:37 CET 2012 David Herrmann <dh.herrmann@googlemail.com> Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open()

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 <dh.herrmann@googlemail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>