]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 27 May 2011 05:31:42 +0000 (05:31 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:15:56 +0000 (09:15 +0800)
commitbe130c1b58de019af13a89cd80b8f27e3d1d0210
tree89dec1db0026ea420258d86a369258bc3b0a0938
parent786f92741a0212da72bfa719ab5b1400f32c3838
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 <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 63544e9c0055316d0397cb671f2ff99d85c77293)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c