Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326599
b: refs/heads/master
c: d19bd83
h: refs/heads/master
i:
  326597: 64e2484
  326595: d21d8d2
  326591: 769cb0a
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 19, 2012
1 parent 28274b2 commit 6aba804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fe73f03549a28204866387311f7d3d9ef5e1503a
refs/heads/master: d19bd83672dfc1f869e2b2122d99a2ceae7d0f7e
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/serial_ks8695.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ static struct uart_ops ks8695uart_pops = {

static struct uart_port ks8695uart_ports[SERIAL_KS8695_NR] = {
{
.membase = (void *) KS8695_UART_VA,
.mapbase = KS8695_UART_VA,
.membase = KS8695_UART_VA,
.mapbase = KS8695_UART_PA,
.iotype = SERIAL_IO_MEM,
.irq = KS8695_IRQ_UART_TX,
.uartclk = KS8695_CLOCK_RATE * 16,
Expand Down

0 comments on commit 6aba804

Please sign in to comment.