Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299030
b: refs/heads/master
c: 33b69bf
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Gustavo Padovan committed Mar 28, 2012
1 parent 2085851 commit b7290cc
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: 07c0ea874d43c299d185948452945a361052b6e3
refs/heads/master: 33b69bf80a3704d45341928e4ff68b6ebd470686
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/hci_ldisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ static void hci_uart_tty_close(struct tty_struct *tty)
hci_uart_close(hdev);

if (test_and_clear_bit(HCI_UART_PROTO_SET, &hu->flags)) {
hu->proto->close(hu);
if (hdev) {
hci_unregister_dev(hdev);
hci_free_dev(hdev);
}
hu->proto->close(hu);
}

kfree(hu);
Expand Down

0 comments on commit b7290cc

Please sign in to comment.