Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290854
b: refs/heads/master
c: 6147032
h: refs/heads/master
v: v3
  • Loading branch information
David Herrmann authored and Johan Hedberg committed Feb 13, 2012
1 parent 096e45f commit 2c0aa63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 3a456784d346961194bd586aabe40011dba278c1
refs/heads/master: 6147032f9481475b21123d2f4a176bff24385f79
9 changes: 0 additions & 9 deletions trunk/drivers/bluetooth/btwilink.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,6 @@ static int ti_st_send_frame(struct sk_buff *skb)
return 0;
}

static void ti_st_destruct(struct hci_dev *hdev)
{
BT_DBG("%s", hdev->name);
/* do nothing here, since platform remove
* would free the hdev->driver_data
*/
}

static int bt_ti_probe(struct platform_device *pdev)
{
static struct ti_st *hst;
Expand All @@ -325,7 +317,6 @@ static int bt_ti_probe(struct platform_device *pdev)
hdev->close = ti_st_close;
hdev->flush = NULL;
hdev->send = ti_st_send_frame;
hdev->destruct = ti_st_destruct;
hdev->owner = THIS_MODULE;

err = hci_register_dev(hdev);
Expand Down

0 comments on commit 2c0aa63

Please sign in to comment.