Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325728
b: refs/heads/master
c: 93220dc
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 4e0212d commit 2084a6d
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: 660ac5f48a64026ad54c77d06f8360544e84dc84
refs/heads/master: 93220dcc3052182e7156c09655ad1316055564b9
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ static int serial_omap_probe(struct platform_device *pdev)
serial_omap_uart_wq = create_singlethread_workqueue(up->name);
INIT_WORK(&up->qos_work, serial_omap_uart_qos_work);

platform_set_drvdata(pdev, up);
pm_runtime_use_autosuspend(&pdev->dev);
pm_runtime_set_autosuspend_delay(&pdev->dev,
omap_up_info->autosuspend_timeout);
Expand All @@ -1352,7 +1353,6 @@ static int serial_omap_probe(struct platform_device *pdev)

pm_runtime_mark_last_busy(up->dev);
pm_runtime_put_autosuspend(up->dev);
platform_set_drvdata(pdev, up);
return 0;

err_add_port:
Expand Down

0 comments on commit 2084a6d

Please sign in to comment.