commit | 2c4db944a29c624dd5e4b9c44fc6c9901831d2d5 | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Wed Jan 05 07:09:41 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Feb 08 01:18:46 2011 -0800 |
tree | ac07c870dd5c6378821b84345f1c01ae5bad19a3 | |
parent | cf8e09b06d7ac05de4b6a3f1ee563979e36a46ed [diff] |
ixgbe: fix variable set but not used warnings by gcc 4.6 Caught with gcc 4.6 -Wunused-but-set-variable Remove unused napi_vectors variable. Fix the use of reset_bit in ixgbe_reset_hw_X540() Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>