Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344486
b: refs/heads/master
c: 39de81a
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 27, 2012
1 parent afc430b commit 9be72f0
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: 141bfeea561fd19e599153e31d1b46e86ffa5753
refs/heads/master: 39de81a963ad261bcf2275ce5b1d6674a30c0428
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static int __devinit create_gpio_led(const struct gpio_led *template,

/* skip leds that aren't available */
if (!gpio_is_valid(template->gpio)) {
printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n",
dev_info(parent, "Skipping unavailable LED gpio %d (%s)\n",
template->gpio, template->name);
return 0;
}
Expand Down

0 comments on commit 9be72f0

Please sign in to comment.