alistair23-linux/drivers/staging/ced1401
Alexey Khoroshilov 955e7da82d staging: ced1401: fix GFP_KERNEL in spinlock context
Allowi() calls usb_submit_urb(pdx->pUrbCharIn, bInCallback ? GFP_ATOMIC : GFP_KERNEL)
under spin_lock_irqsave(&pdx->charInLock, flags). That means it should use GFP_ATOMIC anyway.
As soon as it is the only usage of bInCallback argument, the patch removes it at all.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-11 16:44:10 -08:00
..
userspace staging: ced1401: Fix typo in staging/ced1401 2012-11-26 16:21:58 -08:00
ced_ioc.c staging: ced1401: fix GFP_KERNEL in spinlock context 2013-01-11 16:44:10 -08:00
ced_ioctl.h Staging ced1401: cleanup coding style issues. 2012-09-17 21:14:20 -07:00
Kconfig Staging: ced1401: add driver to the build 2012-09-17 20:30:02 -07:00
machine.h
Makefile Staging: ced1401: add driver to the build 2012-09-17 20:30:02 -07:00
TODO Staging: ced1401: add TODO file 2012-09-17 19:46:05 -07:00
usb1401.c staging: ced1401: fix GFP_KERNEL in spinlock context 2013-01-11 16:44:10 -08:00
usb1401.h staging: ced1401: fix GFP_KERNEL in spinlock context 2013-01-11 16:44:10 -08:00
use14_ioc.h
use1401.h