Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198704
b: refs/heads/master
c: 796a8e4
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed May 27, 2010
1 parent 8c29cf3 commit 01bbf71
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: a13c1868aa60ae7a2516b8d00ee8873dea587581
refs/heads/master: 796a8e423ac8afe9e98ad96e668f50142bdd7825
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ int gpiochip_add(struct gpio_chip *chip)
fail:
/* failures here can mean systems won't boot... */
if (status)
pr_err("gpiochip_add: gpios %d..%d (%s) not registered\n",
pr_err("gpiochip_add: gpios %d..%d (%s) failed to register\n",
chip->base, chip->base + chip->ngpio - 1,
chip->label ? : "generic");
return status;
Expand Down

0 comments on commit 01bbf71

Please sign in to comment.