From: Alexander Duyck Date: Fri, 27 May 2011 05:31:42 +0000 (+0000) Subject: ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 X-Git-Tag: v3.1-rc1~316^2~327^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63544e9c0055316d0397cb671f2ff99d85c77293;p=pandora-kernel.git ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 This change updates all values dealing with count, next_to_use, and next_to_clean so that they stay u16 values. The advantage of this is that there is no re-casting of type during the propagation through the stack. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed