Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347238
b: refs/heads/master
c: 02b25d8
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and Chris Zankel committed Dec 19, 2012
1 parent 7180739 commit 1847027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 09378d7c21a806d5ddb75ebcae242d98cea30e44
refs/heads/master: 02b25d811f949fc70badd6535dfaf13a3c5decf9
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/variants/s6000/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static void demux_irqs(unsigned int irq, struct irq_desc *desc)
int cirq;

chip->irq_mask(&desc->irq_data);
chip->irq_ack(&desc->irq_data));
chip->irq_ack(&desc->irq_data);
pending = readb(S6_REG_GPIO + S6_GPIO_BANK(0) + S6_GPIO_MIS) & *mask;
cirq = IRQ_BASE - 1;
while (pending) {
Expand All @@ -173,7 +173,7 @@ static void demux_irqs(unsigned int irq, struct irq_desc *desc)
pending >>= n;
generic_handle_irq(cirq);
}
chip->irq_unmask(&desc->irq_data));
chip->irq_unmask(&desc->irq_data);
}

extern const signed char *platform_irq_mappings[XTENSA_NR_IRQS];
Expand Down

0 comments on commit 1847027

Please sign in to comment.