Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208479
b: refs/heads/master
c: 364fadb
h: refs/heads/master
i:
  208477: 39e3896
  208475: 6752344
  208471: bc6e05a
  208463: 45095fa
  208447: f9b09b5
v: v3
  • Loading branch information
Daniel Gl?ckner authored and Linus Torvalds committed Aug 11, 2010
1 parent 434a68a commit 3b053a3
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: 5ba1821d1b4a506f8c9be93d962f22b24b6140a5
refs/heads/master: 364fadb32b67695cec610f5cd03df2514ef0f2b0
4 changes: 2 additions & 2 deletions trunk/drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,9 @@ static int gpio_setup_irq(struct gpio_desc *desc, struct device *dev,
}
}

ret = request_irq(irq, gpio_sysfs_irq, irq_flags,
ret = request_any_context_irq(irq, gpio_sysfs_irq, irq_flags,
"gpiolib", value_sd);
if (ret)
if (ret < 0)
goto free_id;

desc->flags |= gpio_flags;
Expand Down

0 comments on commit 3b053a3

Please sign in to comment.