net/sfc/base: support choosing firmware variant
[dpdk.git] / drivers / net / sfc / sfc.c
index 681e117..2a326fc 100644 (file)
@@ -780,7 +780,7 @@ sfc_probe(struct sfc_adapter *sa)
                goto fail_mcdi_init;
 
        sfc_log_init(sa, "probe nic");
-       rc = efx_nic_probe(enp);
+       rc = efx_nic_probe(enp, EFX_FW_VARIANT_DONT_CARE);
        if (rc != 0)
                goto fail_nic_probe;