Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166467
b: refs/heads/master
c: 2fea092
h: refs/heads/master
i:
  166465: b82ce9d
  166463: cfad7fa
v: v3
  • Loading branch information
Michal Simek authored and Richard Purdie committed Sep 7, 2009
1 parent 565e84b commit afcfb15
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: c746b5519a88b8803d43946ad06326ece4829116
refs/heads/master: 2fea09222ab48517d729a7fb4542092cf428f528
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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 unavilable LED gpio %d (%s)\n",
printk(KERN_INFO "Skipping unavailable LED gpio %d (%s)\n",
template->gpio, template->name);
return 0;
}
Expand Down

0 comments on commit afcfb15

Please sign in to comment.