Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290052
b: refs/heads/master
c: 31a4c8b
h: refs/heads/master
v: v3
  • Loading branch information
Pradeep A. Dalvi authored and David S. Miller committed Feb 8, 2012
1 parent b7fa525 commit 4d8a462
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: 7280f5ae0d71f2259a42d1f7603480809e4867fb
refs/heads/master: 31a4c8b82788fa369c709bb3366c8b90c77c0dee
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/apple/mace.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ static irqreturn_t mace_rxdma_intr(int irq, void *dev_id)
cp = mp->rx_cmds + i;
skb = mp->rx_bufs[i];
if (!skb) {
skb = netdev_alloc_skb(RX_BUFLEN + 2);
skb = netdev_alloc_skb(dev, RX_BUFLEN + 2);
if (skb) {
skb_reserve(skb, 2);
mp->rx_bufs[i] = skb;
Expand Down

0 comments on commit 4d8a462

Please sign in to comment.