baseband/fpga_lte_fec: fix probing
authorNicolas Chautru <nicolas.chautru@intel.com>
Tue, 22 Oct 2019 13:16:16 +0000 (06:16 -0700)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commit6d608a6ccdf18f13f26b01f9889bda85caa25323
treef6a4d7186fb8d03a5f3b8b3f65c48a89870c4a04
parenta7f8087bbdbe9a69fdd0bbc77237dd3a2014ce71
baseband/fpga_lte_fec: fix probing

A change to PCI mapping assumption was missed earlier, this causes
probing to fail with the fpga_lte_fec PMD when checking for name
of the rte_driver (not set yet) instead of the rte_pci_driver.

Fixes: 391797f04208 ("drivers/bus: move driver assignment to end of probing")
Cc: stable@dpdk.org
Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
drivers/baseband/fpga_lte_fec/fpga_lte_fec.c