Re: [dpdk-dev] [PATCH v2 2/2] bus/fslmc: remove unneeded strdup
Acked-by: Hemant Agrawal
[dpdk-dev] [PATCH v2 2/2] bus/fslmc: remove unneeded strdup
The fslmc bus code was duplicating the device name and doing extra initialization. The code can be simplified to just use the device name directly. Compile tested only; do not have this hardware. Signed-off-by: Stephen Hemminger --- drivers/bus/fslmc/fslmc_bus.c | 38 +++