From 02f908b47930ea0a0a01afd6347a631e466c228f Mon Sep 17 00:00:00 2001 From: Michael Trimarchi Date: Mon, 9 Feb 2009 13:34:57 +0000 Subject: fix-serial-interrupt-init.patch The overrun bit has used only if the rx interrupt error is enabled. Signed-off-by: Michael Trimarchi --- arch/arm/mach-s3c2440/mach-gta02.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-s3c2440') diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index d7801286598..c9c1a4dc86b 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -446,7 +446,7 @@ static struct map_desc gta02_iodesc[] __initdata = { }, }; -#define UCON S3C2410_UCON_DEFAULT +#define UCON (S3C2410_UCON_DEFAULT | S3C2443_UCON_RXERR_IRQEN) #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE -- cgit v1.2.3