Bluetooth: Add fine grained mem_flags usage to btusb driver
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 30 Nov 2008 11:17:10 +0000 (12:17 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 30 Nov 2008 11:17:10 +0000 (12:17 +0100)
commit2eda66f4a0b9803c6a85d5e5ccd8e802bd23b998
treef1ddb75becaa51df08c66e0038a436d9a5a4950c
parent25f13048bce61f33f6a102e0bf377fd3922ed364
Bluetooth: Add fine grained mem_flags usage to btusb driver

The URB submission routines need more fine grained control for the
mem_flags used by kmalloc(), usb_alloc_urb() and usb_submit_urb() to
better support different caller situations. Add a mem_flags parameter
and give the caller full control.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c