diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-06-20 13:00:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-12 14:00:36 +0200 |
commit | fc8af4fb3ebf705e9e37fb8e80f5de985c10bb11 (patch) | |
tree | 8dc9e82ef2395c15bcc4a36172db5447d6490cad /scripts/extract-module-sig.pl | |
parent | media: dvb-frontends/cxd2099: add SPDX license identifier (diff) | |
download | linux-fc8af4fb3ebf705e9e37fb8e80f5de985c10bb11.tar.xz linux-fc8af4fb3ebf705e9e37fb8e80f5de985c10bb11.zip |
media: em28xx-audio: use GFP_KERNEL for memory allocation during init
As far as I can tell em28xx_audio_urb_init() is called once during
initialization from non atomic context. Memory allocation from
non atomic context should use GFP_KERNEL to avoid using emergency pool
for memory allocation.
Use GFP_KERNEL for memory allocation.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'scripts/extract-module-sig.pl')
0 files changed, 0 insertions, 0 deletions