Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98383
b: refs/heads/master
c: 96a331b
h: refs/heads/master
i:
  98381: 3f6a6a0
  98379: 7e9a728
  98375: 0bf632d
  98367: 02581e5
v: v3
  • Loading branch information
Gustavo Fernando Padovan authored and Linus Torvalds committed Jun 23, 2008
1 parent 2e2b009 commit 826bc78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 36c7343b4ecac2432430f5393314f1bdc2c219a5
refs/heads/master: 96a331b1d6426726c37242ddbe939ee14b255790
7 changes: 0 additions & 7 deletions trunk/drivers/char/tty_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,16 +981,9 @@ EXPORT_SYMBOL_GPL(tty_perform_flush);
int n_tty_ioctl(struct tty_struct *tty, struct file *file,
unsigned int cmd, unsigned long arg)
{
struct tty_struct *real_tty;
unsigned long flags;
int retval;

if (tty->driver->type == TTY_DRIVER_TYPE_PTY &&
tty->driver->subtype == PTY_TYPE_MASTER)
real_tty = tty->link;
else
real_tty = tty;

switch (cmd) {
case TCXONC:
retval = tty_check_change(tty);
Expand Down

0 comments on commit 826bc78

Please sign in to comment.