Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287053
b: refs/heads/master
c: b514885
h: refs/heads/master
i:
  287051: 1090006
v: v3
  • Loading branch information
Shubhrajyoti D authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent c8512c7 commit fa9880f
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: 3bc4f0d8f65b396d214a31195a91c0394c5bf628
refs/heads/master: b5148856a2f732e7e99edad22bb8e2037af28ad3
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 @@ -1521,6 +1521,7 @@ static void serial_omap_mdr1_errataset(struct uart_omap_port *up, u8 mdr1)
}
}

#ifdef CONFIG_PM_RUNTIME
static void serial_omap_restore_context(struct uart_omap_port *up)
{
if (up->errata & UART_ERRATA_i202_MDR1_ACCESS)
Expand Down Expand Up @@ -1550,7 +1551,6 @@ static void serial_omap_restore_context(struct uart_omap_port *up)
serial_out(up, UART_OMAP_MDR1, up->mdr1);
}

#ifdef CONFIG_PM_RUNTIME
static int serial_omap_runtime_suspend(struct device *dev)
{
struct uart_omap_port *up = dev_get_drvdata(dev);
Expand Down

0 comments on commit fa9880f

Please sign in to comment.