i40e/i40evf: Change type to u32 to avoid sparse error
authorGreg Rose <gregory.v.rose@intel.com>
Wed, 9 Apr 2014 05:59:03 +0000 (05:59 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 29 May 2014 11:22:56 +0000 (04:22 -0700)
commit10bc478a2acca55875f32bdaeaa60d2ad60ced62
treebd173f3929edbe2f82766a83bc4e4bd368beea45
parentaee8087f6b8a5021db50b134974538cfec373e88
i40e/i40evf: Change type to u32 to avoid sparse error

tx_lpi_status and rx_lpi_status are declared as bool but then used in sizeof
operations in the CORE driver code.  Make them u32 to make sparse be quiet.

Change-ID: Iad6daeb1c7149e61ece242acd18c64b320c246a3
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Jim Young <jamesx.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_type.h
drivers/net/ethernet/intel/i40evf/i40e_type.h