diff options
| author | Jia-Ju Bai <[email protected]> | 2018-07-27 16:43:18 +0800 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-07-31 10:48:45 +0300 |
| commit | bfc55fe65987743e534808a18217ccd5783e00bb (patch) | |
| tree | db1030e2f54586d0d002f067bbf443fa5a42ae1a /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 3f259111583801013cb605bb4414aa529adccf1c (diff) | |
ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()
ath6kl_bmi_init() 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: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions