Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55949
b: refs/heads/master
c: 22ad420
h: refs/heads/master
i:
  55947: 11e4d7a
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed May 11, 2007
1 parent 0675218 commit a87dc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d215874460e7657b8e104de024140e0932690450
refs/heads/master: 22ad42033b7d2b3d7928fba9f89d1c7f8a3c9581
4 changes: 3 additions & 1 deletion trunk/drivers/bluetooth/hci_ldisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ static void hci_uart_tty_close(struct tty_struct *tty)

if (hu) {
struct hci_dev *hdev = hu->hdev;
hci_uart_close(hdev);

if (hdev)
hci_uart_close(hdev);

if (test_and_clear_bit(HCI_UART_PROTO_SET, &hu->flags)) {
hu->proto->close(hu);
Expand Down

0 comments on commit a87dc6f

Please sign in to comment.