Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91399
b: refs/heads/master
c: 74081f8
h: refs/heads/master
i:
  91397: 6828694
  91395: b311ffa
  91391: 168191d
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Apr 20, 2008
1 parent 3e9be85 commit b4ea087
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: 57eee3d23e8833ca18708b374c648235691942ba
refs/heads/master: 74081f8667d73ad59961cf63be5f0e9d6a87c8a3
2 changes: 1 addition & 1 deletion trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,7 @@ int uart_add_one_port(struct uart_driver *drv, struct uart_port *port)
*/
tty_dev = tty_register_device(drv->tty_driver, port->line, port->dev);
if (likely(!IS_ERR(tty_dev))) {
device_can_wakeup(tty_dev) = 1;
device_init_wakeup(tty_dev, 1);
device_set_wakeup_enable(tty_dev, 0);
} else
printk(KERN_ERR "Cannot register tty device on line %d\n",
Expand Down

0 comments on commit b4ea087

Please sign in to comment.