Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339847
b: refs/heads/master
c: 559a67d
h: refs/heads/master
i:
  339845: 0d1b647
  339843: e0b8226
  339839: f543536
v: v3
  • Loading branch information
Daniel Kurtz authored and Kukjin Kim committed Nov 20, 2012
1 parent 20a7696 commit 8b74493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: d40dc9ebbbd2e53690c907a0f4d131743bb68da9
refs/heads/master: 559a67dba204793b278f660606624e5a67a9fd3d
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,14 +935,7 @@ static void exynos_irq_eint0_15(unsigned int irq, struct irq_desc *desc)
struct irq_chip *chip = irq_get_chip(irq);

chained_irq_enter(chip, desc);
chip->irq_mask(&desc->irq_data);

if (chip->irq_ack)
chip->irq_ack(&desc->irq_data);

generic_handle_irq(*irq_data);

chip->irq_unmask(&desc->irq_data);
chained_irq_exit(chip, desc);
}

Expand Down

0 comments on commit 8b74493

Please sign in to comment.