diff options
Diffstat (limited to 'drivers/ipack/devices/ipoctal.c')
-rw-r--r-- | drivers/ipack/devices/ipoctal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ipack/devices/ipoctal.c b/drivers/ipack/devices/ipoctal.c index 5ce2c4c5bb32..34fcfce0cdd9 100644 --- a/drivers/ipack/devices/ipoctal.c +++ b/drivers/ipack/devices/ipoctal.c | |||
@@ -216,7 +216,6 @@ static void ipoctal_irq_channel(struct ipoctal_channel *channel) | |||
216 | if ((isr & channel->isr_tx_rdy_mask) && (sr & SR_TX_READY)) | 216 | if ((isr & channel->isr_tx_rdy_mask) && (sr & SR_TX_READY)) |
217 | ipoctal_irq_tx(channel); | 217 | ipoctal_irq_tx(channel); |
218 | 218 | ||
219 | tty_flip_buffer_push(tty); | ||
220 | tty_kref_put(tty); | 219 | tty_kref_put(tty); |
221 | spin_unlock(&channel->lock); | 220 | spin_unlock(&channel->lock); |
222 | } | 221 | } |