Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163861
b: refs/heads/master
c: 797938b
h: refs/heads/master
i:
  163859: 23ec91e
v: v3
  • Loading branch information
Jiri Slaby authored and Live-CD User committed Sep 19, 2009
1 parent a4a13ef commit c62ed78
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: 9074d963f4a5ab9c45e9edea32c3df4960bc7490
refs/heads/master: 797938b5e33991dadf4dd9228b932cc69c3e905a
2 changes: 1 addition & 1 deletion trunk/drivers/char/vt_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ int vt_move_to_console(unsigned int vt, int alloc)
return -EIO;
}
release_console_sem();
if (vt_waitactive(vt)) {
if (vt_waitactive(vt + 1)) {
pr_debug("Suspend: Can't switch VCs.");
return -EINTR;
}
Expand Down

0 comments on commit c62ed78

Please sign in to comment.