Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189181
b: refs/heads/master
c: 7855f76
h: refs/heads/master
i:
  189179: 31af1e3
v: v3
  • Loading branch information
David S. Miller committed Mar 29, 2010
1 parent 83f0db9 commit 156cdc1
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: 78f1cd02457252e1ffbc6caa44a17424a45286b8
refs/heads/master: 7855f761998893bb6bf861d55df95036fc9e36ab
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/uli526x.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ static void uli526x_rx_packet(struct net_device *dev, struct uli526x_board_info
/* Good packet, send to upper layer */
/* Shorst packet used new SKB */
if ((rxlen < RX_COPY_SIZE) &&
((new_skb = dev_alloc_skb(rxlen + 2) != NULL))) {
(((new_skb = dev_alloc_skb(rxlen + 2)) != NULL))) {
skb = new_skb;
/* size less than COPY_SIZE, allocate a rxlen SKB */
skb_reserve(skb, 2); /* 16byte align */
Expand Down

0 comments on commit 156cdc1

Please sign in to comment.