Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243535
b: refs/heads/master
c: dd8ea6a
h: refs/heads/master
i:
  243533: b75778c
  243531: 44dbf5b
  243527: c5c3cf1
  243519: ad9ed42
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 30, 2011
1 parent f5b020c commit e932fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eead4d5c63ff9200a46d71345227f2b2f3eb86c0
refs/heads/master: dd8ea6af1b9f4cedefb718dbfff60203c458d7ab
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mach-at32ap/pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static struct irq_chip gpio_irqchip = {

static void gpio_irq_handler(unsigned irq, struct irq_desc *desc)
{
struct pio_device *pio = get_irq_desc_chip_data(desc);
struct pio_device *pio = irq_desc_get_chip_data(desc);
unsigned gpio_irq;

gpio_irq = (unsigned) irq_get_handler_data(irq);
Expand Down

0 comments on commit e932fdd

Please sign in to comment.