diff options
| author | Alison Schofield <[email protected]> | 2016-02-12 10:05:01 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:25:38 -0800 |
| commit | 3e0f86b337090ec9040b68e398a85be00ddee4bc (patch) | |
| tree | b0d5e3616a42499c51075d6ad225a791e57db57b /tools/perf/scripts/python/bin | |
| parent | 61abd03a3dba2f6a73c06930075935683b474fa8 (diff) | |
staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocation
Replace GFP_ATOMIC with GFP_KERNEL during urb buffer allocation.
This makes vnt_alloc_bufs() consistent in setting GFP_KERNEL during
kmalloc() and usb_alloc_urb(). GFP_KERNEL is safe because we are in
process context, not in an interrupt handler, nor holding any spinlock.
Signed-off-by: Alison Schofield <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions