Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134769
b: refs/heads/master
c: 893d7de
h: refs/heads/master
i:
  134767: 10db6b6
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 27, 2009
1 parent c7497b1 commit aa2c5b4
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: f4fe5a9c6d49d760569feed12d54743e0c4fe6e8
refs/heads/master: 893d7de7c319b31626816e2095492003cc2df2a6
3 changes: 1 addition & 2 deletions trunk/drivers/net/ns83820.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,7 @@ static void ns83820_cleanup_rx(struct ns83820 *dev)
struct sk_buff *skb = dev->rx_info.skbs[i];
dev->rx_info.skbs[i] = NULL;
clear_rx_desc(dev, i);
if (skb)
kfree_skb(skb);
kfree_skb(skb);
}
}

Expand Down

0 comments on commit aa2c5b4

Please sign in to comment.