diff options
author | Hyeonggon Yoo <42.hyeyoo@gmail.com> | 2021-05-29 13:03:57 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-06-15 11:50:36 +0300 |
commit | a3af901c89685acb590b49ce054ea7e3015a770a (patch) | |
tree | c0699dfd083af0f74af36913627c7c97d6a2379b /scripts/gdb/linux/modules.py | |
parent | 04c22eeaf6323c51ac3d429dc03de91a82f811cb (diff) | |
download | linux-a3af901c89685acb590b49ce054ea7e3015a770a.tar.xz |
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 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions