]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: S3C24XX: Fix Demux error in UART3 irqs on S3C2443 and S3C2416
authorAbhilash Kesavan <a.kesavan@samsung.com>
Thu, 21 Oct 2010 01:15:48 +0000 (06:45 +0530)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 25 Nov 2010 01:58:11 +0000 (10:58 +0900)
commit429cc6e839ff0256f6b1492e636d5d63be7e59f0
treed7e66fd8f7ff6935f94d9bb544a53df527444c2d
parentd192a5ad59efcac88345228d056c7cd35619972a
ARM: S3C24XX: Fix Demux error in UART3 irqs on S3C2443 and S3C2416

IRQ_S3C2443_UART3 is being used as the base when it should actually
be IRQ_S3C2443_RX3 on S3C2443 and S3C2416 for the UART3.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2416/irq.c
arch/arm/mach-s3c2443/irq.c