diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-25 16:27:36 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-25 16:27:36 -0500 |
commit | 9f9cba810f36d16f4e64477e879a69f6c47b389d (patch) | |
tree | d787abcbead1439d3f82f0719efe520fd9689f79 /drivers/tty/serial/samsung.c | |
parent | dbf5bef8da169b38db804996a661f8d634df8295 (diff) | |
parent | 949db153b6466c6f7cad5a427ecea94985927311 (diff) |
Merge 3.8-rc5 into tty-next
This resolves a number of tty driver merge issues found in linux-next
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/samsung.c')
-rw-r--r-- | drivers/tty/serial/samsung.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 3aa3c4c83f8b..2769a38d15b6 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
@@ -1004,7 +1004,6 @@ static void s3c24xx_serial_resetport(struct uart_port *port, | |||
1004 | 1004 | ||
1005 | ucon &= ucon_mask; | 1005 | ucon &= ucon_mask; |
1006 | wr_regl(port, S3C2410_UCON, ucon | cfg->ucon); | 1006 | wr_regl(port, S3C2410_UCON, ucon | cfg->ucon); |
1007 | wr_regl(port, S3C2410_ULCON, cfg->ulcon); | ||
1008 | 1007 | ||
1009 | /* reset both fifos */ | 1008 | /* reset both fifos */ |
1010 | wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); | 1009 | wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); |