Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156903
b: refs/heads/master
c: 17e78b0
h: refs/heads/master
i:
  156901: d77f4f6
  156899: a372ef0
  156895: 5a904e5
v: v3
  • Loading branch information
Yi Zou authored and David S. Miller committed Aug 14, 2009
1 parent 10c7988 commit fd4fc86
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: 232e7d68d50c9ac3a55d716e5ae215ecd1e043b9
refs/heads/master: 17e78b0655da20f2fc2bbde3b8252dac07c82914
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter,
/* return 0 to bypass going to ULD for DDPed data */
if (fcstat == IXGBE_RXDADV_STAT_FCSTAT_DDP)
rc = 0;
else
else if (ddp->len)
rc = ddp->len;
}

Expand Down

0 comments on commit fd4fc86

Please sign in to comment.