Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185185
b: refs/heads/master
c: f43a510
h: refs/heads/master
i:
  185183: ae27452
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 61739fc commit d9a8caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2090436357c20afad377a61c789f502c36d637de
refs/heads/master: f43a510de8af5748637de21c96f82232b24920e4
3 changes: 1 addition & 2 deletions trunk/drivers/char/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,7 @@ static int mxser_activate(struct tty_port *port, struct tty_struct *tty)
if (inb(info->ioaddr + UART_LSR) == 0xff) {
spin_unlock_irqrestore(&info->slock, flags);
if (capable(CAP_SYS_ADMIN)) {
if (tty)
set_bit(TTY_IO_ERROR, &tty->flags);
set_bit(TTY_IO_ERROR, &tty->flags);
return 0;
} else
return -ENODEV;
Expand Down

0 comments on commit d9a8caa

Please sign in to comment.