Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156055
b: refs/heads/master
c: 8da14b5
h: refs/heads/master
i:
  156053: 25f5629
  156051: a4ddb22
  156047: 713f8c3
v: v3
  • Loading branch information
Albin Tonnerre authored and Linus Torvalds committed Jul 30, 2009
1 parent 9c5a706 commit c5655c3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 534acc057b5a08ec33fa57cdd2f5a09ef124e7f2
refs/heads/master: 8da14b5fc32368f582df09fe9c0bec2507868583
2 changes: 2 additions & 0 deletions trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,7 @@ static int __devinit atmel_serial_probe(struct platform_device *pdev)
if (ret)
goto err_add_port;

#ifdef CONFIG_SERIAL_ATMEL_CONSOLE
if (atmel_is_console_port(&port->uart)
&& ATMEL_CONSOLE_DEVICE->flags & CON_ENABLED) {
/*
Expand All @@ -1559,6 +1560,7 @@ static int __devinit atmel_serial_probe(struct platform_device *pdev)
*/
clk_disable(port->clk);
}
#endif

device_init_wakeup(&pdev->dev, 1);
platform_set_drvdata(pdev, port);
Expand Down

0 comments on commit c5655c3

Please sign in to comment.