From: Greg Rose Date: Wed, 9 Apr 2014 05:59:03 +0000 (+0000) Subject: i40e/i40evf: Change type to u32 to avoid sparse error X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~115^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bc478a2acca55875f32bdaeaa60d2ad60ced62;p=pandora-kernel.git 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 Tested-by: Jim Young Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed