Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148543
b: refs/heads/master
c: d4b890b
h: refs/heads/master
i:
  148541: 88c8ed2
  148539: af87674
  148535: c83a08f
  148527: 33cfdba
  148511: 5f7a684
  148479: 177b498
v: v3
  • Loading branch information
Michael Hennerich authored and Mike Frysinger committed Jun 12, 2009
1 parent 25721c3 commit 7f3de34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: a413647bb5bbe5414cd68332ff77588db09d10be
refs/heads/master: d4b890b0cd9e0ac75cbdf7011ef38ebc662930e6
9 changes: 0 additions & 9 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,15 +1021,6 @@ int bfin_gpio_irq_request(unsigned gpio, const char *label)

local_irq_save_hw(flags);

if (unlikely(reserved_gpio_irq_map[gpio_bank(gpio)] & gpio_bit(gpio))) {
if (system_state == SYSTEM_BOOTING)
dump_stack();
printk(KERN_ERR
"bfin-gpio: GPIO %d is already reserved as gpio-irq !\n",
gpio);
local_irq_restore_hw(flags);
return -EBUSY;
}
if (unlikely(reserved_peri_map[gpio_bank(gpio)] & gpio_bit(gpio))) {
if (system_state == SYSTEM_BOOTING)
dump_stack();
Expand Down

0 comments on commit 7f3de34

Please sign in to comment.