Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117876
b: refs/heads/master
c: b700a98
h: refs/heads/master
v: v3
  • Loading branch information
Sergio Luis authored and David S. Miller committed Oct 27, 2008
1 parent 6261a16 commit f67ba22
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: cbfd24a75f98fe731547d3bc995f3a1f1fed6b20
refs/heads/master: b700a98c70401c2a48e509b91b47f58a883806bc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int process_rxed_802_11_packet(struct lbs_private *priv,
lbs_deb_rx("rx err: frame received with bad length\n");
priv->stats.rx_length_errors++;
ret = -EINVAL;
kfree(skb);
kfree_skb(skb);
goto done;
}

Expand Down

0 comments on commit f67ba22

Please sign in to comment.