"fs/git@git.tuxist.de:jan.koester/linux.git" did not exist on "378ff1a53b5724f3ac97b0aba3c9ecac072f6fcd"
Input: appletouch - replace GFP_ATOMIC with GFP_KERNEL
atp_open(), atp_recover() and atp_resume() are never called in atomic context. They call usb_submit_urb() with GFP_ATOMIC, which is not necessary. GFP_ATOMIC can be replaced with GFP_KERNEL. This is found by a static analysis tool named DCNS written by myself. Signed-off-by:Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Loading
Please sign in to comment