Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196089
b: refs/heads/master
c: 4405199
h: refs/heads/master
i:
  196087: e6bd564
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed May 21, 2010
1 parent f1ea898 commit aed52d7
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: e5bbbb18d872cb4e29815a000485c2c5eebcfaca
refs/heads/master: 44051996230510ccb125cfa552d464950d1767b9
2 changes: 1 addition & 1 deletion trunk/drivers/serial/timbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static void timbuart_set_mctrl(struct uart_port *port, unsigned int mctrl)
if (mctrl & TIOCM_RTS)
iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL);
else
iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL);
iowrite8(0, port->membase + TIMBUART_CTRL);
}

static void timbuart_mctrl_check(struct uart_port *port, u32 isr, u32 *ier)
Expand Down

0 comments on commit aed52d7

Please sign in to comment.