Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102357
b: refs/heads/master
c: 87c25ef
h: refs/heads/master
i:
  102355: 441c1c0
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Jul 21, 2008
1 parent 62eaaa6 commit 8391e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f7a697a13a189a7ef43a9b6bfc3fc6e359d96fb
refs/heads/master: 87c25ef0a41ad7a8249cd3009bf65deb700d4ee3
4 changes: 2 additions & 2 deletions trunk/drivers/serial/pmac_zilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ static struct tty_struct *pmz_receive_chars(struct uart_pmac_port *uap)
}

/* Sanity check, make sure the old bug is no longer happening */
if (uap->port.info == NULL || uap->port.info->tty == NULL) {
if (uap->port.info == NULL || uap->port.info->port.tty == NULL) {
WARN_ON(1);
(void)read_zsdata(uap);
return NULL;
}
tty = uap->port.info->tty;
tty = uap->port.info->port.tty;

while (1) {
error = 0;
Expand Down

0 comments on commit 8391e81

Please sign in to comment.