Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127065
b: refs/heads/master
c: 30af6d4
h: refs/heads/master
i:
  127063: f640b93
v: v3
  • Loading branch information
Graf Yang authored and Bryan Wu committed Nov 18, 2008
1 parent 1b98afd commit 9439b60
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b7e11293a4340dc20674144f7e83883a7a40049e
refs/heads/master: 30af6d490427b49af5beca5824e22b00e468c951
6 changes: 5 additions & 1 deletion trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,11 @@ static unsigned int bfin_gpio_irq_startup(unsigned int irq)

static void bfin_gpio_irq_shutdown(unsigned int irq)
{
u32 gpionr = irq_to_gpio(irq);

bfin_gpio_mask_irq(irq);
__clear_bit(irq_to_gpio(irq), gpio_enabled);
__clear_bit(gpionr, gpio_enabled);
bfin_gpio_free(gpionr);
}

static int bfin_gpio_irq_type(unsigned int irq, unsigned int type)
Expand Down Expand Up @@ -730,6 +733,7 @@ static void bfin_gpio_irq_shutdown(unsigned int irq)

bfin_gpio_mask_irq(irq);
__clear_bit(gpionr, gpio_enabled);
bfin_gpio_free(gpionr);
}

static int bfin_gpio_irq_type(unsigned int irq, unsigned int type)
Expand Down

0 comments on commit 9439b60

Please sign in to comment.