Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203834
b: refs/heads/master
c: 7452d24
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Marcel Holtmann committed Jul 21, 2010
1 parent 03c58d7 commit 9fbbbf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 278be27fc401119c985235ee549dc229d85e6bf5
refs/heads/master: 7452d24cfb91e84f9be61beda5ad68d2a56d0938
2 changes: 0 additions & 2 deletions trunk/drivers/bluetooth/hci_ldisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ static int hci_uart_close(struct hci_dev *hdev)
static int hci_uart_send_frame(struct sk_buff *skb)
{
struct hci_dev* hdev = (struct hci_dev *) skb->dev;
struct tty_struct *tty;
struct hci_uart *hu;

if (!hdev) {
Expand All @@ -222,7 +221,6 @@ static int hci_uart_send_frame(struct sk_buff *skb)
return -EBUSY;

hu = (struct hci_uart *) hdev->driver_data;
tty = hu->tty;

BT_DBG("%s: type %d len %d", hdev->name, bt_cb(skb)->pkt_type, skb->len);

Expand Down

0 comments on commit 9fbbbf7

Please sign in to comment.