diff options
author | Eric Dumazet <edumazet@google.com> | 2018-12-13 12:03:37 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-17 20:18:02 +0100 |
commit | 4beaacc6fea5a5ec43c55c22a6c83c03a5ecc775 (patch) | |
tree | d7339bc54f9ee67b71054afd92f8055bed111c20 /Documentation/iio | |
parent | net: unbreak CONFIG_RETPOLINE=n builds (diff) | |
download | linux-4beaacc6fea5a5ec43c55c22a6c83c03a5ecc775.tar.xz linux-4beaacc6fea5a5ec43c55c22a6c83c03a5ecc775.zip |
net/mlx4_en: remove fallback after kzalloc_node()
kzalloc_node(..., GFP_KERNEL, node) will attempt to allocate
memory as close as possible to the node.
There is no need to fallback to kzalloc() if this has failed.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/iio')
0 files changed, 0 insertions, 0 deletions