numam-dpdk/drivers/common
Michael Baum 75d30c7f0d common/mlx5: remove useless assignment
The mlx5_dev_to_pci_addr function defines a variable called ret inside a
loop and uses it.

During the loop, the function assigns a value within the variable and
breaks from the loop, so that this assigning has done nothing and is
actually unnecessary.

Remove the unnecessary assigning.

Signed-off-by: Michael Baum <michaelba@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
2020-06-30 14:52:30 +02:00
..
cpt crypto/octeontx: improve symmetric session-less path 2020-05-17 16:10:44 +02:00
dpaax common/dpaax: mark internal symbols 2020-05-19 15:49:53 +02:00
iavf common/iavf: update copyright 2020-05-18 20:35:57 +02:00
mlx5 common/mlx5: remove useless assignment 2020-06-30 14:52:30 +02:00
mvep build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
octeontx common/octeontx: fix gcc 9.1 ABI break 2020-05-06 23:53:19 +02:00
octeontx2 net/octeontx2: support CN98xx 2020-06-30 14:52:30 +02:00
qat common/qat: remove redundant check 2020-05-11 13:17:43 +02:00
Makefile net/ice: add DCF hardware initialization 2020-04-21 13:57:05 +02:00
meson.build bus/pci: introduce Windows support with stubs 2020-06-30 00:02:54 +02:00