Re: [dpdk-dev] [PATCH 13/15] net/bnxt: fix a compilation warning

2019-07-12 Thread Ajit Kumar Khaparde
No worries. I will get to it. >From mobile device > On Jul 12, 2019, at 11:36, Ajit Khaparde wrote: > > Compiler complains of an uninitialized variable. > Initializing it to avoid the issue. > > Fixes: db678d5c2b54 ("net/bnxt: add HWRM VNIC configure") > > Signed-off-by: Ajit Khaparde > Reviewe

[dpdk-dev] [PATCH 13/15] net/bnxt: fix a compilation warning

2019-07-11 Thread Ajit Khaparde
Compiler complains of an uninitialized variable. Initializing it to avoid the issue. Fixes: db678d5c2b54 ("net/bnxt: add HWRM VNIC configure") Signed-off-by: Ajit Khaparde Reviewed-by: Rahul Gupta --- drivers/net/bnxt/bnxt_hwrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi