Commit e58c2f0e authored by Jes Sorensen's avatar Jes Sorensen Committed by David S. Miller

Tigon3: Use unsigned type for dest_idx_unmasked in tg3_recycle_rx.

parent 6d089f76
...@@ -1678,7 +1678,7 @@ static int tg3_alloc_rx_skb(struct tg3 *tp, u32 opaque_key, ...@@ -1678,7 +1678,7 @@ static int tg3_alloc_rx_skb(struct tg3 *tp, u32 opaque_key,
* tg3_alloc_rx_skb for full details. * tg3_alloc_rx_skb for full details.
*/ */
static void tg3_recycle_rx(struct tg3 *tp, u32 opaque_key, static void tg3_recycle_rx(struct tg3 *tp, u32 opaque_key,
int src_idx, int dest_idx_unmasked) int src_idx, u32 dest_idx_unmasked)
{ {
struct tg3_rx_buffer_desc *src_desc, *dest_desc; struct tg3_rx_buffer_desc *src_desc, *dest_desc;
struct ring_info *src_map, *dest_map; struct ring_info *src_map, *dest_map;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment