projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg...
[linux-2.6]
/
drivers
/
serial
/
ip22zilog.c
diff --git
a/drivers/serial/ip22zilog.c
b/drivers/serial/ip22zilog.c
index
9c95bc0
..
0d9acbd
100644
(file)
--- a/
drivers/serial/ip22zilog.c
+++ b/
drivers/serial/ip22zilog.c
@@
-257,8
+257,8
@@
static struct tty_struct *ip22zilog_receive_chars(struct uart_ip22zilog_port *up
tty = NULL;
if (up->port.info != NULL &&
- up->port.info->tty != NULL)
- tty = up->port.info->tty;
+ up->port.info->
port.
tty != NULL)
+ tty = up->port.info->
port.
tty;
for (;;) {
ch = readb(&channel->control);