The function is already called in ipoctal_irq_rx()
Signed-off-by: Samuel Iglesias Gonsalvez <[email protected]>
---
drivers/ipack/devices/ipoctal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/ipack/devices/ipoctal.c b/drivers/ipack/devices/ipoctal.c
index 8dff66e..f2284ec 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)
if ((isr & channel->isr_tx_rdy_mask) && (sr & SR_TX_READY))
ipoctal_irq_tx(channel);
- tty_flip_buffer_push(tty);
tty_kref_put(tty);
spin_unlock(&channel->lock);
}
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/