Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318452
b: refs/heads/master
c: 41920d1
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Courbot authored and Linus Walleij committed Jul 17, 2012
1 parent 28a010e commit cbd5875
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: f447ed8b31da7b24c7c75c2d4624598135b41217
refs/heads/master: 41920d16360ebc8c482911078a17d9994fb77612
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpiolib-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int of_get_named_gpio_flags(struct device_node *np, const char *propname,
&gg_data.gpiospec);
if (ret) {
pr_debug("%s: can't parse gpios property\n", __func__);
return -EINVAL;
return ret;
}

gpiochip_find(&gg_data, of_gpiochip_find_and_xlate);
Expand Down

0 comments on commit cbd5875

Please sign in to comment.