commit | d151d73dcc99de87c63bdefebcc4cb69de1cdc40 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.com> | Wed Dec 28 14:58:34 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 28 14:36:51 2016 -0500 |
tree | 27e22c28a1d591e439c30e543cb941927b297e2c | |
parent | 689a248df83b6032edc57e86267b4e5cc8d7174e [diff] |
net/mlx5: Avoid shadowing numa_node Avoid using a local variable named numa_node to avoid shadowing a public one. Fixes: db058a186f98 ('net/mlx5_core: Set irq affinity hints') Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>