net/bnxt: fix Rx interrupt vector
[dpdk.git] / drivers / bus / fslmc / fslmc_bus.c
index 9e4146a..a2f4825 100644 (file)
@@ -601,7 +601,7 @@ fslmc_bus_dev_iterate(const void *start, const char *str,
 
        /* Expectation is that device would be name=device_name */
        if (strncmp(str, "name=", 5) != 0) {
-               DPAA2_BUS_ERR("Invalid device string (%s)\n", str);
+               DPAA2_BUS_DEBUG("Invalid device string (%s)\n", str);
                return NULL;
        }