Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332226
b: refs/heads/master
c: 9c1628b
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin committed Aug 22, 2012
1 parent 79a4337 commit 10c2a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2c9c788b91218bccbb9ac31539ffa577fe502bf
refs/heads/master: 9c1628b603ee9d2bb220be0400c5dc6950cf012b
3 changes: 3 additions & 0 deletions trunk/arch/mips/lantiq/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ static int icu_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw)
struct irq_chip *chip = &ltq_irq_type;
int i;

if (hw < MIPS_CPU_IRQ_CASCADE)
return 0;

for (i = 0; i < exin_avail; i++)
if (hw == ltq_eiu_irq[i])
chip = &ltq_eiu_type;
Expand Down

0 comments on commit 10c2a08

Please sign in to comment.