numam-dpdk/drivers/raw
Wei Huang 047c25401d raw/ifpga: fix build with optimization
Compile failed with cflag optimization=1 on Ubuntu20.04 with GCC10.3,
it reported vendor_id and dev_id may be used uninitialized in function
ifpga_rawdev_fill_info().
Actually it's not the truth, the variables are initialized in function
ifpga_get_dev_vendor_id(). To avoid such compile error, the variables
are initialized when they are defined.

Fixes: 9c006c45d0 ("raw/ifpga: scan PCIe BDF device tree")
Cc: stable@dpdk.org

Signed-off-by: Wei Huang <wei.huang@intel.com>
Acked-by: Tianfei Zhang <tianfei.zhang@intel.com>
Acked-by: Rosen Xu <rosen.xu@intel.com>
2022-03-16 20:35:04 +01:00
..
cnxk_bphy remove unnecessary null checks 2022-02-12 12:07:48 +01:00
cnxk_gpio raw/cnxk_gpio: stop device once tests are complete 2022-02-27 17:13:15 +01:00
dpaa2_cmdif build: remove custom dependency checks in drivers 2022-01-21 15:40:58 +01:00
dpaa2_qdma remove unnecessary null checks 2022-02-12 12:07:48 +01:00
ifpga raw/ifpga: fix build with optimization 2022-03-16 20:35:04 +01:00
ioat dma/idxd: move config script from raw driver 2021-10-22 22:40:59 +02:00
ntb raw/ntb: clear all valid doorbell bits on init 2022-02-13 12:23:34 +01:00
skeleton remove unnecessary null checks 2022-02-12 12:07:48 +01:00
meson.build raw/cnxk_gpio: add GPIO driver skeleton 2022-02-18 12:54:32 +01:00