diff options
author | Jia-Ju Bai <baijiaju1990@gmail.com> | 2018-07-27 16:43:18 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-31 10:48:45 +0300 |
commit | bfc55fe65987743e534808a18217ccd5783e00bb (patch) | |
tree | db1030e2f54586d0d002f067bbf443fa5a42ae1a /fs/adfs | |
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 <baijiaju1990@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'fs/adfs')
0 files changed, 0 insertions, 0 deletions