Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117875
b: refs/heads/master
c: cbfd24a
h: refs/heads/master
i:
  117873: 9507eb4
  117871: b3ab058
v: v3
  • Loading branch information
Sergio Luis authored and David S. Miller committed Oct 27, 2008
1 parent 740c4e2 commit 6261a16
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: c3a90c788b743303c4d824780a3a7271693fb64a
refs/heads/master: cbfd24a75f98fe731547d3bc995f3a1f1fed6b20
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/btsdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static int btsdio_rx_packet(struct btsdio_data *data)

err = sdio_readsb(data->func, skb->data, REG_RDAT, len - 4);
if (err < 0) {
kfree(skb);
kfree_skb(skb);
return err;
}

Expand Down

0 comments on commit 6261a16

Please sign in to comment.