]> 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)
commit079208faffd67fdba1a7b4a03c3856e1859e00e9
treedc671c2665796d9b5e8df463a837d27ff4ca6ced
parentbb4b84144eff4f243b0c22117ad926b38fa8cc58
net/mlx5_core: Remove static from local variable

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

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