]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Fix compiler warning about variable being used uninitialized
authorPJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
Wed, 6 Jan 2010 17:50:29 +0000 (17:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jan 2010 01:27:30 +0000 (17:27 -0800)
commitace07015e768210f888488de5aa2ae766553327f
tree925159f6681e60ed9b4da8e02df0dd49e8f2ff01
parent5ee670f0486eed749d82ad4e8b622bb798ccc04c
ixgbe: Fix compiler warning about variable being used uninitialized

tc is still throwing a warning that is could be used
uninitialized.  This fixes it, and properly formats the device ID
checks for the use of this variable.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c