Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194319
b: refs/heads/master
c: 62718b3
h: refs/heads/master
i:
  194317: 22bb07c
  194315: 3477fcc
  194311: 8bc7ec8
  194303: 74a32d6
v: v3
  • Loading branch information
Roland Dreier authored and David S. Miller committed Apr 22, 2010
1 parent 3bb66be commit 77b81de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b002a861092b0db128800794a116cc3acc5ec239
refs/heads/master: 62718b328f972f1559feb96dfccc15fc9f4c9a2c
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb4/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
adap->sge.ingr_map[iq->cntxt_id] = iq;

if (fl) {
fl->cntxt_id = htons(c.fl0id);
fl->cntxt_id = ntohs(c.fl0id);
fl->avail = fl->pend_cred = 0;
fl->pidx = fl->cidx = 0;
fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0;
Expand Down

0 comments on commit 77b81de

Please sign in to comment.