Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96395
b: refs/heads/master
c: 79f999d
h: refs/heads/master
i:
  96393: dc6bc83
  96391: 50fe666
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed May 12, 2008
1 parent 9598056 commit c6428a7
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: 492c2e476eac010962850006c49df326919b284c
refs/heads/master: 79f999d0aa264f72f5491be14b4bf60137a3d3a9
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/strip.c
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ static int strip_open(struct tty_struct *tty)
* We need a write method.
*/

if (tty->ops->write == NULL)
if (tty->ops->write == NULL || tty->ops->set_termios == NULL)
return -EOPNOTSUPP;

/*
Expand Down

0 comments on commit c6428a7

Please sign in to comment.