commit | cbdc666f3e842b01d4537933e0a64f1e7cf17017 | [log] [tgz] |
---|---|---|
author | Kamal Heib <kamalheib1@gmail.com> | Thu May 30 16:18:17 2019 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Tue Jun 11 19:00:10 2019 -0400 |
tree | 7738d8949a77acb22a5f280175adc9c7336a9a38 | |
parent | e39afe3d6dbd908d8fd189571a3c1561088a86c2 [diff] |
RDMA/ipoib: Remove check for ETH_SS_TEST The default action for unlisted tests is "not-supported", so given that ipoib doesn't support ETH_SS_TEST, there is no need to check for it in the case statements, just let it get caught by the default: case. Fixes: e3614bc9dc44 ("IB/ipoib: Add readout of statistics using ethtool") Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Doug Ledford <dledford@redhat.com>