Re: [dpdk-dev] [PATCH v2 2/2] bus/fslmc: remove unneeded strdup

2019-03-13 Thread Hemant Agrawal
 Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH v2 2/2] bus/fslmc: remove unneeded strdup

2019-03-12 Thread Stephen Hemminger
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 +++