Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356360
b: refs/heads/master
c: 7943b31
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Benjamin Herrenschmidt committed Jan 10, 2013
1 parent 1f97953 commit fc22fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a413f474a0ff29404bf1af5c024215476ed6ca01
refs/heads/master: 7943b310001fd7858154bc3af2a78e0dd6bfea03
4 changes: 1 addition & 3 deletions trunk/drivers/tty/hvc/hvsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1187,9 +1187,7 @@ static int __init hvsi_console_init(void)
hvsi_wait = poll_for_state; /* no irqs yet; must poll */

/* search device tree for vty nodes */
for (vty = of_find_compatible_node(NULL, "serial", "hvterm-protocol");
vty != NULL;
vty = of_find_compatible_node(vty, "serial", "hvterm-protocol")) {
for_each_compatible_node(vty, "serial", "hvterm-protocol") {
struct hvsi_struct *hp;
const uint32_t *vtermno, *irq;

Expand Down

0 comments on commit fc22fc7

Please sign in to comment.