diff options
author | 2021-05-29 19:03:57 +0900 | |
---|---|---|
committer | 2021-06-15 10:50:36 +0200 | |
commit | a3af901c89685acb590b49ce054ea7e3015a770a (patch) | |
tree | c0699dfd083af0f74af36913627c7c97d6a2379b /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | HID: amd_sfh: change in maintainer (diff) | |
download | linux-dev-a3af901c89685acb590b49ce054ea7e3015a770a.tar.xz linux-dev-a3af901c89685acb590b49ce054ea7e3015a770a.zip |
HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possible
usb_kbd_alloc_mem is called in usb_kbd_probe, which is
not in atomic context. So constraints can be relaxed here.
Use GFP_KERNEL instead of GFP_ATOMIC.
Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions