diff options
author | Eric Dumazet <edumazet@google.com> | 2018-12-13 03:03:37 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-17 11:18:02 -0800 |
commit | 4beaacc6fea5a5ec43c55c22a6c83c03a5ecc775 (patch) | |
tree | d7339bc54f9ee67b71054afd92f8055bed111c20 /drivers/net/phy/fixed_phy.c | |
parent | c03b0358ab60504151b35587c88205c7b7fe22be (diff) |
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 'drivers/net/phy/fixed_phy.c')
0 files changed, 0 insertions, 0 deletions