Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95211
b: refs/heads/master
c: e5b393e
h: refs/heads/master
i:
  95209: c06aa5c
  95207: 3f8ef04
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Apr 30, 2008
1 parent 59307f9 commit 1ef41c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: cf1c63c3e68679dcac1cc6a37e619d9106ebc0ca
refs/heads/master: e5b393e4f1178faaf3d7c22ef63e70c79633bd66
10 changes: 0 additions & 10 deletions trunk/drivers/char/istallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -1682,16 +1682,6 @@ static int stli_ioctl(struct tty_struct *tty, struct file *file, unsigned int cm
rc = 0;

switch (cmd) {
case TIOCGSOFTCAR:
rc = put_user(((tty->termios->c_cflag & CLOCAL) ? 1 : 0),
(unsigned __user *) arg);
break;
case TIOCSSOFTCAR:
if ((rc = get_user(ival, (unsigned __user *) arg)) == 0)
tty->termios->c_cflag =
(tty->termios->c_cflag & ~CLOCAL) |
(ival ? CLOCAL : 0);
break;
case TIOCGSERIAL:
rc = stli_getserial(portp, argp);
break;
Expand Down

0 comments on commit 1ef41c0

Please sign in to comment.