diff options
| author | Jia-Ju Bai <[email protected]> | 2018-07-26 23:07:04 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-07-27 08:12:15 -0400 |
| commit | da27ef68751f804dbe6c2b84a49848f90ae48fd0 (patch) | |
| tree | 1c15aee2143347db15d2529119bf4c3af08a976a /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | a8a4d304b1a41105568c1408e4276cd6f32be787 (diff) | |
media: pci: cobalt: Replace GFP_ATOMIC with GFP_KERNEL in cobalt_probe()
cobalt_probe() is never called in atomic context.
It calls kzalloc() with GFP_ATOMIC, which is not necessary.
GFP_ATOMIC can be replaced with GFP_KERNEL.
This is found by a static analysis tool named DCNS written by myself.
Signed-off-by: Jia-Ju Bai <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions