Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75315
b: refs/heads/master
c: 3ebebcc
h: refs/heads/master
i:
  75313: 49064e2
  75311: 6019084
v: v3
  • Loading branch information
David S. Miller committed Jan 9, 2008
1 parent 39aea5f commit 9002ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 792dd90f114a48c210c566f3642b26f699702cb7
refs/heads/master: 3ebebccf89b1b6e4fec4de05b245d6c459f27ce8
3 changes: 2 additions & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -5208,7 +5208,8 @@ static int niu_start_xmit(struct sk_buff *skb, struct net_device *dev)
}
kfree_skb(skb);
skb = skb_new;
}
} else
skb_orphan(skb);

align = ((unsigned long) skb->data & (16 - 1));
headroom = align + sizeof(struct tx_pkt_hdr);
Expand Down

0 comments on commit 9002ef2

Please sign in to comment.