diff options
author | Jia-Ju Bai <baijiaju1990@gmail.com> | 2018-07-27 05:41:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-27 07:21:23 +0300 |
commit | 9d8009dee92cc97f866403da1b306e6e29fc12cc (patch) | |
tree | d94752b9f0dd809e7519a51dc3c9ab091f1fc0dc /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8c957d66d2edb3293ff6a45d660bdaec45f7a5d0 (diff) | |
download | linux-9d8009dee92cc97f866403da1b306e6e29fc12cc.tar.xz |
isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()
nj_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 <baijiaju1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions