Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213494
b: refs/heads/master
c: ca2e71a
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wang authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent db53de8 commit 411bf6e
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: d838016af3b15452043256acad0be63f215115ba
refs/heads/master: ca2e71aa8cfb0056ce720f3fd53f59f5fac4a3e1
2 changes: 1 addition & 1 deletion trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ int uart_resume_port(struct uart_driver *drv, struct uart_port *uport)
/*
* Re-enable the console device after suspending.
*/
if (uart_console(uport)) {
if (console_suspend_enabled && uart_console(uport)) {
uart_change_pm(state, 0);
uport->ops->set_termios(uport, &termios, NULL);
console_start(uport->cons);
Expand Down

0 comments on commit 411bf6e

Please sign in to comment.