955e7da82d
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> |
||
---|---|---|
.. | ||
userspace | ||
ced_ioc.c | ||
ced_ioctl.h | ||
Kconfig | ||
machine.h | ||
Makefile | ||
TODO | ||
usb1401.c | ||
usb1401.h | ||
use14_ioc.h | ||
use1401.h |