Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364282
b: refs/heads/master
c: 30215c3
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Trumtrar authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 188954d commit c49ba28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: b250a6b0015753362eeb63c3a0dd985848ed772d
refs/heads/master: 30215c3b8f36cc532267615ceade3657a9bd9563
3 changes: 0 additions & 3 deletions trunk/drivers/tty/serial/xilinx_uartps.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,6 @@ static int xuartps_startup(struct uart_port *port)
xuartps_writel(XUARTPS_IXR_TXEMPTY | XUARTPS_IXR_PARITY |
XUARTPS_IXR_FRAMING | XUARTPS_IXR_OVERRUN |
XUARTPS_IXR_RXTRIG | XUARTPS_IXR_TOUT, XUARTPS_IER_OFFSET);
xuartps_writel(~(XUARTPS_IXR_TXEMPTY | XUARTPS_IXR_PARITY |
XUARTPS_IXR_FRAMING | XUARTPS_IXR_OVERRUN |
XUARTPS_IXR_RXTRIG | XUARTPS_IXR_TOUT), XUARTPS_IDR_OFFSET);

return retval;
}
Expand Down

0 comments on commit c49ba28

Please sign in to comment.