Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131655
b: refs/heads/master
c: b090f9f
h: refs/heads/master
i:
  131653: d36590a
  131651: 171c7fb
  131647: ebcbb9e
v: v3
  • Loading branch information
Arve Hjønnevåg authored and Linus Torvalds committed Feb 21, 2009
1 parent 23aa42b commit 8ece3dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebae2604f2c3693717d9dc687c84578f0526480c
refs/heads/master: b090f9fa53d51c8a33370071de9e391919ee1fa7
6 changes: 6 additions & 0 deletions trunk/kernel/power/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ void pm_restore_console(void)
}
set_console(orig_fgconsole);
release_console_sem();

if (vt_waitactive(orig_fgconsole)) {
pr_debug("Resume: Can't switch VCs.");
return;
}

kmsg_redirect = orig_kmsg;
}
#endif

0 comments on commit 8ece3dc

Please sign in to comment.