Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307692
b: refs/heads/master
c: ee1c1e7
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Grant Likely committed May 19, 2012
1 parent 1b2f672 commit fde7a1c
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: adf11b62f3ef59b72f280df44f129e36091b242f
refs/heads/master: ee1c1e7d6451204e71ae6d815bfa918c57450391
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ int gpiochip_add(struct gpio_chip *chip)
if (status)
goto fail;

pr_info("gpiochip_add: registered GPIOs %d to %d on device: %s\n",
pr_debug("gpiochip_add: registered GPIOs %d to %d on device: %s\n",
chip->base, chip->base + chip->ngpio - 1,
chip->label ? : "generic");

Expand Down

0 comments on commit fde7a1c

Please sign in to comment.