aboutsummaryrefslogtreecommitdiffstats
path: root/include/kvm
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-02-01 18:35:39 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-02-26 09:38:50 -0800
commit93a6a37c6982ac39206da2fa05dcf5868049a378 (patch)
tree2da181c86bc73ef44eb533d028d51376b2b881fe /include/kvm
parentixgbevf: add build_skb support (diff)
downloadlinux-dev-93a6a37c6982ac39206da2fa05dcf5868049a378.tar.xz
linux-dev-93a6a37c6982ac39206da2fa05dcf5868049a378.zip
ixgbevf: remove redundant initialization of variable 'dma'
Variable dma is initialized with a value that is never read, later on it is re-assigned a new value, hence the initialization is redundant and can be removed. Cleans up clang warning: drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:584:13: warning: Value stored to 'dma' during its initialization is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'include/kvm')
0 files changed, 0 insertions, 0 deletions