Message ID | 1592998387-28181-5-git-send-email-michaelba@mellanox.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | [1/7] common/mlx5: fix code arrangement in tag allocation | expand |
Context | Check | Description |
---|---|---|
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
diff --git a/drivers/net/mlx4/mlx4.c b/drivers/net/mlx4/mlx4.c index ff270b4..1657ea3 100644 --- a/drivers/net/mlx4/mlx4.c +++ b/drivers/net/mlx4/mlx4.c @@ -492,7 +492,6 @@ struct mlx4_conf { &pci_addr->bus, &pci_addr->devid, &pci_addr->function) == 4) { - ret = 0; break; } }