Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130905
b: refs/heads/master
c: 45c4f2a
h: refs/heads/master
i:
  130903: 1908478
v: v3
  • Loading branch information
Uwe Kleine-Koenig authored and Bryan Wu committed Feb 4, 2009
1 parent 887af7f commit 3de098f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f95d5bd84bfbe8cf62cb1c4306354cfc139370b
refs/heads/master: 45c4f2a0b6c6302c5617534b8189c0e9b5a4a048
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,8 @@ void bfin_gpio_free(unsigned gpio)
if (check_gpio(gpio) < 0)
return;

might_sleep();

local_irq_save_hw(flags);

if (unlikely(!(reserved_gpio_map[gpio_bank(gpio)] & gpio_bit(gpio)))) {
Expand Down

0 comments on commit 3de098f

Please sign in to comment.