aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2018-06-20 07:00:45 -0400
committerMauro Carvalho Chehab <[email protected]>2018-09-12 08:00:36 -0400
commitfc8af4fb3ebf705e9e37fb8e80f5de985c10bb11 (patch)
tree8dc9e82ef2395c15bcc4a36172db5447d6490cad /tools/perf/scripts
parent3dae3c96a5a893f94f127dd4d5f58697bd234d1b (diff)
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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions