Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225403
b: refs/heads/master
c: a7dd602
h: refs/heads/master
i:
  225401: db768eb
  225399: 9b47a50
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Dec 28, 2010
1 parent ac7d555 commit c15a3db
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: 17f7f4d9fcce8f1b75b5f735569309dee7665968
refs/heads/master: a7dd6027e55992dd7c409a71a4a2b576fda2f7c2
2 changes: 1 addition & 1 deletion trunk/drivers/net/vxge/vxge-traffic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ enum vxge_hw_status vxge_hw_ring_rxd_next_completed(
*t_code = (u8)VXGE_HW_RING_RXD_T_CODE_GET(control_0);

/* check whether it is not the end */
if (!own || ((*t_code == VXGE_HW_RING_T_CODE_FRM_DROP) && own)) {
if (!own || *t_code == VXGE_HW_RING_T_CODE_FRM_DROP) {

vxge_assert(((struct vxge_hw_ring_rxd_1 *)rxdp)->host_control !=
0);
Expand Down

0 comments on commit c15a3db

Please sign in to comment.