net/mlx5_core: Remove static from local variable
authorEli Cohen <eli@mellanox.com>
Thu, 21 Apr 2016 21:33:06 +0000 (00:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Apr 2016 18:51:39 +0000 (14:51 -0400)
commit78228cbdeb0aa5c96e2a721e7e0d6953b416b5a3
treedc671c2665796d9b5e8df463a837d27ff4ca6ced
parentcd255efff9baadd654d6160e52d17ae7c568c9d3
net/mlx5_core: Remove static from local variable

The static is not required and breaks re-entrancy if it will be required.

Fixes: 2530236303d9 ("net/mlx5_core: Flow steering tree initialization")
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>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c