Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130133
b: refs/heads/master
c: e85bf47
h: refs/heads/master
i:
  130131: a9a5ee4
v: v3
  • Loading branch information
Phil Sutter authored and David S. Miller committed Jan 20, 2009
1 parent 728c75e commit b9503d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 63a66c6c0debcae70183849121734fd4809e1dde
refs/heads/master: e85bf47e6ded66ea138f692fe149c00a4998afe8
3 changes: 1 addition & 2 deletions trunk/drivers/net/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ static struct ethtool_ops netdev_ethtool_ops = {
static void korina_alloc_ring(struct net_device *dev)
{
struct korina_private *lp = netdev_priv(dev);
struct sk_buff *skb;
int i;

/* Initialize the transmit descriptors */
Expand All @@ -758,8 +759,6 @@ static void korina_alloc_ring(struct net_device *dev)

/* Initialize the receive descriptors */
for (i = 0; i < KORINA_NUM_RDS; i++) {
struct sk_buff *skb = lp->rx_skb[i];

skb = dev_alloc_skb(KORINA_RBSIZE + 2);
if (!skb)
break;
Expand Down

0 comments on commit b9503d8

Please sign in to comment.