]> git.hungrycats.org Git - linux/commitdiff
[ARM PATCH] 2127/1: S3C2410 - fix compile error in serial driver
authorBen Dooks <ben-linux@org.rmk.(none)>
Wed, 6 Oct 2004 22:38:04 +0000 (23:38 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Wed, 6 Oct 2004 22:38:04 +0000 (23:38 +0100)
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
drivers/serial/s3c2410.c

index 254112260df0bb0d9df4d14fdc1efda386c90f6d..70d2f833318e1240d83311fd796115961443716a 100644 (file)
@@ -675,7 +675,7 @@ serial_s3c2410_get_options(struct uart_port *port, int *baud,
 
                default:
                case S3C2410_LCON_PNONE:
-                       /* nothing */
+                       *parity = 'n';
                }
 
                /* now calculate the baud rate */