diff options
author | Michael Trimarchi <michael@panicking.kicks-ass.org> | 2009-02-09 13:34:57 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-09 13:34:57 +0000 |
commit | 02f908b47930ea0a0a01afd6347a631e466c228f (patch) | |
tree | 3326b0c5bb39120fa492d67022ed3bc79d5a1396 /arch/arm/mach-s3c2440 | |
parent | 76aad825a6ec29cfd1d9f6a4b94c591fb819e241 (diff) |
fix-serial-interrupt-init.patch
The overrun bit has used only if the rx interrupt error is enabled.
Signed-off-by: Michael Trimarchi <michael@panicking.kicks-ass.org>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-gta02.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |