Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364307
b: refs/heads/master
c: 2920adb
h: refs/heads/master
i:
  364305: 3a72461
  364303: 86da179
v: v3
  • Loading branch information
Heikki Krogerus authored and Greg Kroah-Hartman committed Apr 11, 2013
1 parent 217f5dc commit 5f5048d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94b2b47cf68ce4633a1dbe9d221617404b5de03b
refs/heads/master: 2920adb6dfeded0b835a809a1a2c5772d97e5965
4 changes: 4 additions & 0 deletions trunk/drivers/tty/serial/8250/8250_dw.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,11 @@ static void dw8250_setup_port(struct uart_8250_port *up)
p->flags |= UPF_FIXED_TYPE;
p->fifosize = DW_UART_CPR_FIFO_SIZE(reg);
up->tx_loadsz = p->fifosize;
up->capabilities = UART_CAP_FIFO;
}

if (reg & DW_UART_CPR_AFCE_MODE)
up->capabilities |= UART_CAP_AFE;
}

static int dw8250_probe(struct platform_device *pdev)
Expand Down

0 comments on commit 5f5048d

Please sign in to comment.