From b2750412a6a4af964e4bc2dd7e63da57719281fd Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 15 Nov 2012 09:49:48 +0100 Subject: [PATCH] --- yaml --- r: 338416 b: refs/heads/master c: 7342c59a44ad9e5f30baaa2de84830f40b9f06c0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/tty/isicom.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1246cbf7f8ee..fbfcf974034f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2dff8ad92661b6c99e9ba8b5918e43b522551556 +refs/heads/master: 7342c59a44ad9e5f30baaa2de84830f40b9f06c0 diff --git a/trunk/drivers/tty/isicom.c b/trunk/drivers/tty/isicom.c index d7492e183607..5f3ecbc2713e 100644 --- a/trunk/drivers/tty/isicom.c +++ b/trunk/drivers/tty/isicom.c @@ -603,7 +603,7 @@ static irqreturn_t isicom_interrupt(int irq, void *dev_id) if (tty_port_cts_enabled(&port->port)) { if (tty->hw_stopped) { if (header & ISI_CTS) { - port->port.tty->hw_stopped = 0; + tty->hw_stopped = 0; /* start tx ing */ port->status |= (ISI_TXOK | ISI_CTS);