Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98767
b: refs/heads/master
c: ab9b30c
h: refs/heads/master
i:
  98765: 7338064
  98763: a44c8bd
  98759: 30e51f9
  98751: 9b6ab53
v: v3
  • Loading branch information
Sathya Narayanan authored and Jeff Garzik committed Jul 4, 2008
1 parent 7917a65 commit 53f234c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 773212337941c5e26a05989532943877d72a2c83
refs/heads/master: ab9b30cc3ec868fab8764d710193107fbeedbd0f
2 changes: 2 additions & 0 deletions trunk/drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2719,6 +2719,8 @@ static int __devinit emac_probe(struct of_device *ofdev,
/* Clean rings */
memset(dev->tx_desc, 0, NUM_TX_BUFF * sizeof(struct mal_descriptor));
memset(dev->rx_desc, 0, NUM_RX_BUFF * sizeof(struct mal_descriptor));
memset(dev->tx_skb, 0, NUM_TX_BUFF * sizeof(struct sk_buff *));
memset(dev->rx_skb, 0, NUM_RX_BUFF * sizeof(struct sk_buff *));

/* Attach to ZMII, if needed */
if (emac_has_feature(dev, EMAC_FTR_HAS_ZMII) &&
Expand Down

0 comments on commit 53f234c

Please sign in to comment.