Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172632
b: refs/heads/master
c: 2a151a0
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Artamonow authored and Russell King committed Dec 6, 2009
1 parent 97db7ec commit 1328113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 1e23221e98deff9ef9adad5f2f991723f080b1ee
refs/heads/master: 2a151a0f12b136d28f0501fa294462f8e9e310a1
5 changes: 1 addition & 4 deletions trunk/arch/arm/mach-sa1100/h3600.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,8 @@ static u_int h3xxx_uart_get_mctrl(struct uart_port *port)

static void h3xxx_uart_pm(struct uart_port *port, u_int state, u_int oldstate)
{
if (port->mapbase == _Ser2UTCR0) { /* TODO: REMOVE THIS */
assign_h3600_egpio(IPAQ_EGPIO_IR_ON, !state);
} else if (port->mapbase == _Ser3UTCR0) {
if (port->mapbase == _Ser3UTCR0)
assign_h3600_egpio(IPAQ_EGPIO_RS232_ON, !state);
}
}

/*
Expand Down

0 comments on commit 1328113

Please sign in to comment.