net/avf: fix uninitialized variables
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 30 Jan 2018 03:32:58 +0000 (11:32 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 31 Jan 2018 19:57:29 +0000 (20:57 +0100)
commitb853efa574b4823be7c3bfb9bffae92c93433dd3
treee3769c57023697d36f02c4f5ce101692dde24dba
parent29bc629498da1a83febea81ec8935beff7e1ea16
net/avf: fix uninitialized variables

This patch fixes the coverity UNINIT issue.

Coverity issue: 257016, 257036
Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")

Reported-by: John McNamara <john.mcnamara@intel.com>
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
drivers/net/avf/avf_ethdev.c