diff options
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c index 25e3308fc9d8..9dad56101e23 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | |||
@@ -418,7 +418,7 @@ static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp, | |||
418 | * restart a TX Ethernet Queue which was stopped for lack of | 418 | * restart a TX Ethernet Queue which was stopped for lack of |
419 | * free TX Queue Descriptors ... | 419 | * free TX Queue Descriptors ... |
420 | */ | 420 | */ |
421 | const struct cpl_sge_egr_update *p = (void *)cpl; | 421 | const struct cpl_sge_egr_update *p = cpl; |
422 | unsigned int qid = EGR_QID(be32_to_cpu(p->opcode_qid)); | 422 | unsigned int qid = EGR_QID(be32_to_cpu(p->opcode_qid)); |
423 | struct sge *s = &adapter->sge; | 423 | struct sge *s = &adapter->sge; |
424 | struct sge_txq *tq; | 424 | struct sge_txq *tq; |