|
@@ -496,8 +496,7 @@ static void dma_tx_callback(void *data)
|
|
|
|
|
|
dev_dbg(sport->port.dev, "we finish the TX DMA.\n");
|
|
dev_dbg(sport->port.dev, "we finish the TX DMA.\n");
|
|
|
|
|
|
- if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
|
|
|
|
- uart_write_wakeup(&sport->port);
|
|
|
|
|
|
+ uart_write_wakeup(&sport->port);
|
|
|
|
|
|
if (waitqueue_active(&sport->dma_wait)) {
|
|
if (waitqueue_active(&sport->dma_wait)) {
|
|
wake_up(&sport->dma_wait);
|
|
wake_up(&sport->dma_wait);
|