summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-02-26 21:23:38 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-02-26 21:23:30 -0800
commit1122b287b998bfe263c6146a516ccb4b0d0cb29d (patch)
treeb67deaae9fc3edddec9233760fd04b36e7629769 /drivers/tty
parent72d541c4f778e2a0de92f11987579b5ad0a432a3 (diff)
parent9be29f721ad50b252335838c51846ee388b8d3e9 (diff)
Merge "msm_serial_hs: Programing the TX FIFO watermark level to 4"
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/msm_serial_hs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/msm_serial_hs.c b/drivers/tty/serial/msm_serial_hs.c
index 5b2ef9ae9ee3..2ad8d40b3293 100644
--- a/drivers/tty/serial/msm_serial_hs.c
+++ b/drivers/tty/serial/msm_serial_hs.c
@@ -2747,7 +2747,7 @@ static int msm_hs_startup(struct uart_port *uport)
msm_uport->imr_reg |= UARTDM_ISR_CURRENT_CTS_BMSK;
/* TXLEV on empty TX fifo */
- msm_hs_write(uport, UART_DM_TFWR, 0);
+ msm_hs_write(uport, UART_DM_TFWR, 4);
/*
* Complete all device write related configuration before
* queuing RX request. Hence mb() requires here.