crypto/openssl: add RSA and mod asym operations
[dpdk.git] / lib / librte_ethdev / rte_ethdev.c
index e262904..2e40c3f 100644 (file)
@@ -658,7 +658,7 @@ rte_eth_dev_attach(const char *devargs, uint16_t *port_id)
        }
 
        /* parse devargs */
-       if (rte_devargs_parse(&da, "%s", devargs))
+       if (rte_devargs_parse(&da, devargs))
                goto err;
 
        ret = rte_eal_hotplug_add(da.bus->name, da.name, da.args);