Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41038
b: refs/heads/master
c: ff2d367
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Nov 22, 2006
1 parent 145f714 commit 53d25a6
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: 6bd57416127e92d35e6798925502c84e14a3a966
refs/heads/master: ff2d367ac33b9278c9516ac1888207dac11d10b0
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/rfcomm/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ static void rfcomm_tty_set_termios(struct tty_struct *tty, struct termios *old)

BT_DBG("tty %p termios %p", tty, old);

if (!dev)
if (!dev || !dev->dlc || !dev->dlc->session)
return;

/* Handle turning off CRTSCTS */
Expand Down

0 comments on commit 53d25a6

Please sign in to comment.