Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83280
b: refs/heads/master
c: 2fa9934
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Feb 5, 2008
1 parent cc8abaa commit ec6bac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: cb7cd42930d4421780e78323f62243350ea14789
refs/heads/master: 2fa993423a345fd484f7295797ddb59b7738ad38
4 changes: 1 addition & 3 deletions trunk/drivers/bluetooth/btsdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,8 @@ static int btsdio_rx_packet(struct btsdio_data *data)
bt_cb(skb)->pkt_type = hdr[3];

err = hci_recv_frame(skb);
if (err < 0) {
kfree(skb);
if (err < 0)
return err;
}

sdio_writeb(data->func, 0x00, REG_PC_RRT, NULL);

Expand Down

0 comments on commit ec6bac8

Please sign in to comment.