From: Alexander Duyck Date: Fri, 26 Aug 2011 07:45:26 +0000 (+0000) Subject: igb: avoid unnecessary conversions from u16 to int X-Git-Tag: v3.2-rc1~129^2~105^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad4edfcd7b6321da34e7cd0c88dd97adddd7f57;p=pandora-kernel.git igb: avoid unnecessary conversions from u16 to int There are a number of places where we have values that are stored as u16 but are being converted to int unnecessarily. In order to avoid that we should convert all variables that deal with the next_to_clean, next_to_use, and count to u16 values. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed