linux/drivers/staging/vt6656
Alison Schofield 3e0f86b337 staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocation
Replace GFP_ATOMIC with GFP_KERNEL during urb buffer allocation.
This makes vnt_alloc_bufs() consistent in setting GFP_KERNEL during
kmalloc() and usb_alloc_urb(). GFP_KERNEL is safe because we are in
process context, not in an interrupt handler, nor holding any spinlock.

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-14 16:25:38 -08:00
..
baseband.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
baseband.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
card.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
card.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
channel.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
channel.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
desc.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
device.h staging: vt6656: fix definitions of DEVICE_FLAGS_* flags 2016-02-07 19:03:24 -08:00
dpc.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
dpc.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
firmware.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
firmware.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
int.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
int.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
Kconfig staging: vt6656: remove unneeded config and headers 2014-06-26 20:23:33 -04:00
key.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
key.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
mac.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
mac.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
main_usb.c staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocation 2016-02-14 16:25:38 -08:00
Makefile staging: vt6656: dead code remove 80211mgr.c/h 2014-06-26 20:23:31 -04:00
power.c drivers:staging:vt6656: Fix coding style issues 2016-02-07 19:03:24 -08:00
power.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rf.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rf.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rxtx.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rxtx.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
TODO
usbpipe.c staging: vt6656: replace explicit NULL comparison with ! operator 2016-02-11 20:00:30 -08:00
usbpipe.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
wcmd.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
wcmd.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00