summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-07-27 21:34:26 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-07-27 21:59:09 +0300
commit7a082a24cf9f727868ab4b9ca2b7cd8ce46fa8e6 (patch)
tree2e1b03cc1587fd13265a171d6d1051e8da01faa2 /arch
parent434ca100cfa50de354d88329d7c0a10b80241f10 (diff)
downloadlinux-7a082a24cf9f727868ab4b9ca2b7cd8ce46fa8e6.tar.xz
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions