diff options
-rw-r--r-- | arch/arm/plat-s3c64xx/irq-eint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/irq-eint.c b/arch/arm/plat-s3c64xx/irq-eint.c index 8c01f9cd94b6..1f7cc0067f5c 100644 --- a/arch/arm/plat-s3c64xx/irq-eint.c +++ b/arch/arm/plat-s3c64xx/irq-eint.c | |||
@@ -82,7 +82,7 @@ static int s3c_irq_eint_set_type(unsigned int irq, unsigned int type) | |||
82 | if (offs > 27) | 82 | if (offs > 27) |
83 | return -EINVAL; | 83 | return -EINVAL; |
84 | 84 | ||
85 | if (offs > 15) | 85 | if (offs <= 15) |
86 | reg = S3C64XX_EINT0CON0; | 86 | reg = S3C64XX_EINT0CON0; |
87 | else | 87 | else |
88 | reg = S3C64XX_EINT0CON1; | 88 | reg = S3C64XX_EINT0CON1; |