diff options
Diffstat (limited to 'drivers/serial/sunzilog.c')
-rw-r--r-- | drivers/serial/sunzilog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c index 7e9fa5ef0eb7..0f3d69b86d67 100644 --- a/drivers/serial/sunzilog.c +++ b/drivers/serial/sunzilog.c | |||
@@ -329,8 +329,8 @@ sunzilog_receive_chars(struct uart_sunzilog_port *up, | |||
329 | 329 | ||
330 | tty = NULL; | 330 | tty = NULL; |
331 | if (up->port.info != NULL && /* Unopened serial console */ | 331 | if (up->port.info != NULL && /* Unopened serial console */ |
332 | up->port.info->tty != NULL) /* Keyboard || mouse */ | 332 | up->port.info->port.tty != NULL) /* Keyboard || mouse */ |
333 | tty = up->port.info->tty; | 333 | tty = up->port.info->port.tty; |
334 | 334 | ||
335 | for (;;) { | 335 | for (;;) { |
336 | 336 | ||