Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354785
b: refs/heads/master
c: 074d35c
h: refs/heads/master
i:
  354783: a465441
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 0a216f3 commit 89548c3
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: 463dcc42e4832150eb3de804682b924f9b73a91a
refs/heads/master: 074d35cebe96da07ac07f78118bc6a09e60350b5
4 changes: 1 addition & 3 deletions trunk/drivers/tty/hvc/hvsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1183,9 +1183,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 89548c3

Please sign in to comment.