[PATCH 10/12] ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()

Samuel Iglesias Gonsalvez siglesias at igalia.com
Mon Dec 10 10:50:06 UTC 2012


The function is already called in ipoctal_irq_rx()

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
---
 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




More information about the devel mailing list