Loading drivers/tty/serial/amba-pl011.c +2 −1 Original line number Diff line number Diff line Loading @@ -1689,7 +1689,8 @@ static void pl011_shutdown(struct uart_port *port) plat->exit(); } pl011_dma_flush_buffer(port); if (uap->port.ops->flush_buffer) uap->port.ops->flush_buffer(port); } static void Loading Loading
drivers/tty/serial/amba-pl011.c +2 −1 Original line number Diff line number Diff line Loading @@ -1689,7 +1689,8 @@ static void pl011_shutdown(struct uart_port *port) plat->exit(); } pl011_dma_flush_buffer(port); if (uap->port.ops->flush_buffer) uap->port.ops->flush_buffer(port); } static void Loading