Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141258
b: refs/heads/master
c: c9a312f
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 958bc77 commit f3e4b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: e68f2849c14bc64c728b1f35d67887a093c059c6
refs/heads/master: c9a312f1c1aeee20a1b6637cb6454890d35371f7
3 changes: 1 addition & 2 deletions trunk/drivers/staging/et131x/et1310_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,7 @@ void et131x_reset_recv(struct et131x_adapter *pAdapter)

pMpRfd = (PMP_RFD) list_entry(element, MP_RFD, list_node);

list_del(&pMpRfd->list_node);
list_add_tail(&pMpRfd->list_node, &pAdapter->RxRing.RecvList);
list_move_tail(&pMpRfd->list_node, &pAdapter->RxRing.RecvList);
}

DBG_LEAVE(et131x_dbginfo);
Expand Down

0 comments on commit f3e4b9c

Please sign in to comment.