irqchip: s3c24xx: fix irqlist of second s3c2416 controller
From: Heiko Stuebner <heiko@...> Date: Sat, 16 Mar 2013 15:32:18 +0100
Commit-Message
The list in used was from the s3c2450, a close cousin of the s3c2416. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
drivers/irqchip/irq-s3c24xx.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
Statistics
- 2 lines added
- 3 lines removed
Changes
------------------------ drivers/irqchip/irq-s3c24xx.c -------------------------
index 84afbc1..a565eb8 100644
@@ -835,13 +835,12 @@ static struct s3c_irq_data init_s3c2416subint[32] = {
static struct s3c_irq_data init_s3c2416_second[32] = {
{ .type = S3C_IRQTYPE_EDGE }, /* 2D */
+ { .type = S3C_IRQTYPE_NONE }, /* reserved */
{ .type = S3C_IRQTYPE_NONE }, /* reserved */
{ .type = S3C_IRQTYPE_NONE }, /* reserved */
{ .type = S3C_IRQTYPE_EDGE }, /* PCM0 */
+ { .type = S3C_IRQTYPE_NONE }, /* reserved */
{ .type = S3C_IRQTYPE_EDGE }, /* I2S0 */
};
void __init s3c2416_init_irq(void)