Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122416
b: refs/heads/master
c: 7644d63
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Marcel Holtmann committed Nov 30, 2008
1 parent dcd5408 commit f27199e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a88adf2adf5d6a3b759c2e114da4c5266ca3972
refs/heads/master: 7644d63d1348ec044ccd8f775fefe5eb7cbcac69
1 change: 1 addition & 0 deletions trunk/drivers/bluetooth/btsdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ static int btsdio_tx_packet(struct btsdio_data *data, struct sk_buff *skb)

err = sdio_writesb(data->func, REG_TDAT, skb->data, skb->len);
if (err < 0) {
skb_pull(skb, 4);
sdio_writeb(data->func, 0x01, REG_PC_WRT, NULL);
return err;
}
Expand Down

0 comments on commit f27199e

Please sign in to comment.