Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142268
b: refs/heads/master
c: df04baf
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Linus Torvalds committed Apr 6, 2009
1 parent 9b54eb1 commit f674d99
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: 59e4e3e65d3f856cfcdc66de2db5530d7b161f68
refs/heads/master: df04baf1e6a62ff232fa224504ccaa987b5be230
4 changes: 2 additions & 2 deletions trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ static void bfin_serial_rx_chars(struct bfin_serial_port *uart)
return;
}

if (!uart->port.info || !uart->port.info->tty)
if (!uart->port.info || !uart->port.info->port.tty)
return;
#endif
tty = uart->port.info->tty;
tty = uart->port.info->port.tty;

if (ANOMALY_05000363) {
/* The BF533 (and BF561) family of processors have a nice anomaly
Expand Down

0 comments on commit f674d99

Please sign in to comment.