Commit a7e062c8 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2127/1: S3C2410 - fix compile error in serial driver

Patch from Ben Dooks

Fixes compile error in serial driver for S3C2410
until the new serial driver can be finished

Signed-off-by: Ben Dooks 
parent 8756f2ef
...@@ -675,7 +675,7 @@ serial_s3c2410_get_options(struct uart_port *port, int *baud, ...@@ -675,7 +675,7 @@ serial_s3c2410_get_options(struct uart_port *port, int *baud,
default: default:
case S3C2410_LCON_PNONE: case S3C2410_LCON_PNONE:
/* nothing */ *parity = 'n';
} }
/* now calculate the baud rate */ /* now calculate the baud rate */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment