]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: bcm203x: Use GFP_KERNEL in workqueue
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 25 Oct 2011 19:13:36 +0000 (21:13 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 31 Oct 2011 19:51:57 +0000 (17:51 -0200)
commit6d909bae87e6d042d0ab88ad666b3161d6d0e870
treecc6f8ba9cdf9947f369ff8354685accab3785472
parent8adcbd28785bab16762753814f38dd9865c1d218
Bluetooth: bcm203x: Use GFP_KERNEL in workqueue

A workqueue is allowed to sleep so we can safely use GFP_KERNEL instead of
GFP_ATOMIC. This is still legacy code when the driver used timer BHs and not a
worqueue.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
drivers/bluetooth/bcm203x.c