Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09dd3fc1 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt
Browse files

Fix build of cpm_uart due to core changes



Commit ebd2c8f6 "serial: kill off uart_info"

broke the build of this driver, this fixes it.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent e0908085
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -649,7 +649,7 @@ static int cpm_uart_tx_pump(struct uart_port *port)
	u8 *p;
	int count;
	struct uart_cpm_port *pinfo = (struct uart_cpm_port *)port;
	struct circ_buf *xmit = &port->info->xmit;
	struct circ_buf *xmit = &port->state->xmit;

	/* Handle xon/xoff */
	if (port->x_char) {