mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 17:32:42 +02:00
aiptek_probe() is never called in atomic context. It calls usb_alloc_coherent() 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> |
||
|---|---|---|
| .. | ||
| acecad.c | ||
| aiptek.c | ||
| gtco.c | ||
| hanwang.c | ||
| kbtab.c | ||
| Kconfig | ||
| Makefile | ||
| pegasus_notetaker.c | ||
| wacom_serial4.c | ||