commit | e91ef71dfe834e11b57411f1715cd2e2bb4401f1 | [log] [tgz] |
---|---|---|
author | Eran Ben Elisha <eranbe@mellanox.com> | Tue Jan 17 19:19:18 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 18 14:58:23 2017 -0500 |
tree | 410990b9cd3d23e6faf1f9f8fdc0f1b0fcbc8e42 | |
parent | 31a86d137219373c3222ca5f4f912e9a4d8065bb [diff] |
net/mlx4_en: Remove unnecessary checks when setting num channels Boundaries checks for the number of RX, TX, other and combined channels should be checked by the caller and not in the driver. In addition, remove wrong memset on get channels as it overrides the cmd field in the requester struct. Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com> Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>