Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318458
b: refs/heads/master
c: e935457
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Linus Walleij committed Jul 17, 2012
1 parent d8b8ac0 commit 06c5475
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: 6d9947101616b2681879c0f8f95415897470be44
refs/heads/master: e93545763021988def06fbda28fe5da133589a96
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ int gpio_request(unsigned gpio, const char *label)
{
struct gpio_desc *desc;
struct gpio_chip *chip;
int status = -EINVAL;
int status = -EPROBE_DEFER;
unsigned long flags;

spin_lock_irqsave(&gpio_lock, flags);
Expand Down

0 comments on commit 06c5475

Please sign in to comment.