diff options
Diffstat (limited to 'drivers/net/enic/vnic_rq.c')
-rw-r--r-- | drivers/net/enic/vnic_rq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/enic/vnic_rq.c b/drivers/net/enic/vnic_rq.c index 061a26fbbbfb..dbb2aca258b9 100644 --- a/drivers/net/enic/vnic_rq.c +++ b/drivers/net/enic/vnic_rq.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright 2008 Cisco Systems, Inc. All rights reserved. | 2 | * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. |
3 | * Copyright 2007 Nuova Systems, Inc. All rights reserved. | 3 | * Copyright 2007 Nuova Systems, Inc. All rights reserved. |
4 | * | 4 | * |
5 | * This program is free software; you may redistribute it and/or modify | 5 | * This program is free software; you may redistribute it and/or modify |
@@ -209,7 +209,6 @@ void vnic_rq_clean(struct vnic_rq *rq, | |||
209 | /* Hardware surprise removal: reset fetch_index */ | 209 | /* Hardware surprise removal: reset fetch_index */ |
210 | fetch_index = 0; | 210 | fetch_index = 0; |
211 | } | 211 | } |
212 | |||
213 | rq->to_use = rq->to_clean = | 212 | rq->to_use = rq->to_clean = |
214 | &rq->bufs[fetch_index / VNIC_RQ_BUF_BLK_ENTRIES(count)] | 213 | &rq->bufs[fetch_index / VNIC_RQ_BUF_BLK_ENTRIES(count)] |
215 | [fetch_index % VNIC_RQ_BUF_BLK_ENTRIES(count)]; | 214 | [fetch_index % VNIC_RQ_BUF_BLK_ENTRIES(count)]; |