]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx5e: Remove redundant assignment of sq->user_index
authorAchiad Shochat <achiad@mellanox.com>
Wed, 29 Jul 2015 12:05:42 +0000 (15:05 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 06:04:46 +0000 (23:04 -0700)
commit28abbfddf4477c4e9a04f276858ffa3fad90b7ac
tree35b1d036f705475925b90b25a0b3ae253b280844
parenta4418a6c36cd9eb080cde0473d15f5cee4c3f35d
net/mlx5e: Remove redundant assignment of sq->user_index

It is not needed by the mlx5 Eth driver since it has a CQ per RQ/SQ.

Signed-off-by: Achiad Shochat <achiad@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c