serial: imx: Fix build breakage

Fix breakage introduced by
commit c557d392fb,
'serial: Test for no tx data on tx restart'.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Peter Hurley 2014-07-10 22:36:46 -04:00 committed by Greg Kroah-Hartman
parent 99ecb001f5
commit 8bec751bd6

View file

@ -567,7 +567,7 @@ static void imx_start_tx(struct uart_port *port)
struct imx_port *sport = (struct imx_port *)port;
unsigned long temp;
if (uart_circ_empty(&port.state->xmit))
if (uart_circ_empty(&port->state->xmit))
return;
if (USE_IRDA(sport)) {