Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377417
b: refs/heads/master
c: 9fa8e98
h: refs/heads/master
i:
  377415: 5e29c15
v: v3
  • Loading branch information
Lubomir Rintel authored and David S. Miller committed Jun 20, 2013
1 parent cb37f29 commit bd43b42
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: 451bff2932a69e904f41a180145de1d2358bb8f5
refs/heads/master: 9fa8e980bb0a56e46ddd97731f83f608c39aa7a5
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/marvell/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ static int rxq_init(struct mv643xx_eth_private *mp, int index)
memset(rxq->rx_desc_area, 0, size);

rxq->rx_desc_area_size = size;
rxq->rx_skb = kmalloc_array(rxq->rx_ring_size, sizeof(*rxq->rx_skb),
rxq->rx_skb = kcalloc(rxq->rx_ring_size, sizeof(*rxq->rx_skb),
GFP_KERNEL);
if (rxq->rx_skb == NULL)
goto out_free;
Expand Down

0 comments on commit bd43b42

Please sign in to comment.