Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181157
b: refs/heads/master
c: 97b1977
h: refs/heads/master
i:
  181155: 8d0fa96
v: v3
  • Loading branch information
Paul Mundt committed Jan 30, 2010
1 parent 391d779 commit b5e09b9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 396c56a9c69ebb0baf9171a6365ac9fda322728d
refs/heads/master: 97b19778ee5dd0484493f12f6a9cf9391cf0aefb
3 changes: 2 additions & 1 deletion trunk/arch/sh/boards/mach-se/7206/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ static void enable_se7206_irq(unsigned int irq)
static void eoi_se7206_irq(unsigned int irq)
{
unsigned short sts0,sts1;
struct irq_desc *desc = irq_to_desc(irq);

if (!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS)))
if (!(desc->status & (IRQ_DISABLED|IRQ_INPROGRESS)))
enable_se7206_irq(irq);
/* FPGA isr clear */
sts0 = __raw_readw(INTSTS0);
Expand Down

0 comments on commit b5e09b9

Please sign in to comment.