a53f14f961
GCC9 gives warnings if the parameter passed to printf for "%s" could be NULL, so we need to add checks in some cases to ensure that is not the case. Fixes: 3298fa4853b8 ("raw/dpaa2_cmdif: introduce DPAA2 command interface driver") Cc: stable@dpdk.org Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>