Skip to content

Commit

Permalink
Revert "sh-sci / PM: Use power.irq_safe"
Browse files Browse the repository at this point in the history
This reverts commit 5a50a01 (sh-sci / PM: Use power.irq_safe, from
Rafael J. Wysocki <[email protected]>, 2011-08-24).

In order to get console PM work properly, we should implement uart_ops
->pm() operation, rather than sprinkle band-ading runtime PM calls in
the driver.

Signed-off-by: Shinya Kuribayashi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Shinya Kuribayashi authored and gregkh committed Nov 16, 2012
1 parent cee31c5 commit 8807ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/tty/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,6 @@ static int __devinit sci_init_single(struct platform_device *dev,

sci_init_gpios(sci_port);

pm_runtime_irq_safe(&dev->dev);
pm_runtime_enable(&dev->dev);
}

Expand Down

0 comments on commit 8807ec6

Please sign in to comment.