Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122170
b: refs/heads/master
c: b71e839
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent b8e0ca9 commit a0b9942
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: b58515be978f9377b9546ae98ad6c8bbc2f93ee1
refs/heads/master: b71e839f9a33abf8634b1eea4875bc8057fe39e2
2 changes: 1 addition & 1 deletion trunk/drivers/net/cassini.c
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ static int cas_rx_ringN(struct cas *cp, int ring, int budget)
drops = 0;
while (1) {
struct cas_rx_comp *rxc = rxcs + entry;
struct sk_buff *skb;
struct sk_buff *uninitialized_var(skb);
int type, len;
u64 words[4];
int i, dring;
Expand Down

0 comments on commit a0b9942

Please sign in to comment.