Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243283
b: refs/heads/master
c: eb2d718
h: refs/heads/master
i:
  243281: c9bdb97
  243279: 85cbf73
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 7e71c9b commit da1d555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: ce4ed256b8c2e67f6743cdb9a5ac1904ff9d2f0d
refs/heads/master: eb2d7188f9bf68523248c45f4986313011389f5f
7 changes: 1 addition & 6 deletions trunk/arch/arm/plat-mxc/3ds_debugboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,9 @@ static void mxc_expio_irq_handler(u32 irq, struct irq_desc *desc)

expio_irq = MXC_BOARD_IRQ_START;
for (; int_valid != 0; int_valid >>= 1, expio_irq++) {
struct irq_desc *d;
if ((int_valid & 1) == 0)
continue;
d = irq_desc + expio_irq;
if (unlikely(!(d->handle_irq)))
pr_err("\nEXPIO irq: %d unhandled\n", expio_irq);
else
d->handle_irq(expio_irq, d);
generic_handle_irq(expio_irq);
}

desc->irq_data.chip->irq_ack(&desc->irq_data);
Expand Down

0 comments on commit da1d555

Please sign in to comment.