Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295292
b: refs/heads/master
c: 0efb34f
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Tony Luck committed Feb 24, 2012
1 parent c8c8a2b commit 8751fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: cb5348554bc715199e49dba4d6bcc58786b4a69c
refs/heads/master: 0efb34f298b6b12dc9377159c8a6d1b7b73b03bf
9 changes: 1 addition & 8 deletions trunk/arch/ia64/hp/sim/simserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,15 +702,8 @@ startup(struct async_struct *info)
handler = rs_interrupt_single;

retval = request_irq(state->irq, handler, IRQ_T(info), "simserial", NULL);
if (retval) {
if (capable(CAP_SYS_ADMIN)) {
if (info->tty)
set_bit(TTY_IO_ERROR,
&info->tty->flags);
retval = 0;
}
if (retval)
goto errout;
}
}

/*
Expand Down

0 comments on commit 8751fa7

Please sign in to comment.