]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Resolve warnings produced in W=2 builds
authorMark Rustad <mark.d.rustad@intel.com>
Thu, 24 Jul 2014 06:19:24 +0000 (06:19 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 12 Sep 2014 07:08:44 +0000 (00:08 -0700)
commit7040218c8e3285a1af38aff74fdb62d979a438fe
tree6bef7650cfeea6497a609851b5665bae8e260342
parentb67323f192b952a68659aef429b1a82fa3073148
ixgbe: Resolve warnings produced in W=2 builds

This patch resolves warnings produced by ixgbe in W=2 kernel
builds. There are missing-field-initializers warnings and shadow
warnings. None of these point to any deeper problem, so just
resolve them so any new warnings get analyzed.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c