aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/hp')
-rw-r--r--arch/ia64/hp/sim/simserial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/hp/sim/simserial.c b/arch/ia64/hp/sim/simserial.c
index 9890b58960a7..0d324e85379e 100644
--- a/arch/ia64/hp/sim/simserial.c
+++ b/arch/ia64/hp/sim/simserial.c
@@ -572,7 +572,6 @@ static void rs_close(struct tty_struct *tty, struct file * filp)
572 shutdown(info); 572 shutdown(info);
573 rs_flush_buffer(tty); 573 rs_flush_buffer(tty);
574 tty_ldisc_flush(tty); 574 tty_ldisc_flush(tty);
575 info->event = 0;
576 info->tty = NULL; 575 info->tty = NULL;
577 if (info->blocked_open) { 576 if (info->blocked_open) {
578 if (info->close_delay) 577 if (info->close_delay)
@@ -610,7 +609,6 @@ static void rs_hangup(struct tty_struct *tty)
610 return; 609 return;
611 shutdown(info); 610 shutdown(info);
612 611
613 info->event = 0;
614 state->count = 0; 612 state->count = 0;
615 info->flags &= ~ASYNC_NORMAL_ACTIVE; 613 info->flags &= ~ASYNC_NORMAL_ACTIVE;
616 info->tty = NULL; 614 info->tty = NULL;