]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3098746a54d67b6b6d89ca5ee32c6ef241cb07bf
treedc671c2665796d9b5e8df463a837d27ff4ca6ced
parent4e406417a97338268ef271c1f075ab306c59f38d
net/mlx5_core: Remove static from local variable

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

Fixes: 7c70b5933b35 ("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