Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185187
b: refs/heads/master
c: ecfcbee
h: refs/heads/master
i:
  185185: d9a8caa
  185183: ae27452
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent cdb2ff5 commit d7c49eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: db91340b2e874693f14e9e937152e7433d7ac753
refs/heads/master: ecfcbee729389bc47576695c529d351d60946ca7
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static void hvc_console_print(struct console *co, const char *b,
return;

/* This console adapter was removed so it is not usable. */
if (vtermnos[index] < 0)
if (vtermnos[index] == -1)
return;

while (count > 0 || i > 0) {
Expand Down

0 comments on commit d7c49eb

Please sign in to comment.