Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123870
b: refs/heads/master
c: a9c5d23
h: refs/heads/master
v: v3
  • Loading branch information
Matt Hsu authored and Ben Dooks committed Dec 16, 2008
1 parent f2a9269 commit 87b3712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11e3bd09231bbc0188e0b7a2f3da3920fc74af83
refs/heads/master: a9c5d23ac724a3b908833cafbbbd49abe4741b86
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c64xx/irq-eint.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int s3c_irq_eint_set_type(unsigned int irq, unsigned int type)
if (offs > 27)
return -EINVAL;

if (offs > 15)
if (offs <= 15)
reg = S3C64XX_EINT0CON0;
else
reg = S3C64XX_EINT0CON1;
Expand Down

0 comments on commit 87b3712

Please sign in to comment.