Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344487
b: refs/heads/master
c: 30e5c3e
h: refs/heads/master
i:
  344485: afc430b
  344483: b54d494
  344479: c9ff3c4
v: v3
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 27, 2012
1 parent 9be72f0 commit 28a4e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 39de81a963ad261bcf2275ce5b1d6674a30c0428
refs/heads/master: 30e5c3e6b74b6f8998a2b8407c66acf33ac521d0
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-lt3593.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static int __devinit create_lt3593_led(const struct gpio_led *template,

/* skip leds on GPIOs that aren't available */
if (!gpio_is_valid(template->gpio)) {
printk(KERN_INFO "%s: skipping unavailable LT3593 LED at gpio %d (%s)\n",
dev_info(parent, "%s: skipping unavailable LT3593 LED at gpio %d (%s)\n",
KBUILD_MODNAME, template->gpio, template->name);
return 0;
}
Expand Down Expand Up @@ -117,7 +117,7 @@ static int __devinit create_lt3593_led(const struct gpio_led *template,
if (ret < 0)
return ret;

printk(KERN_INFO "%s: registered LT3593 LED '%s' at GPIO %d\n",
dev_info(parent, "%s: registered LT3593 LED '%s' at GPIO %d\n",
KBUILD_MODNAME, template->name, template->gpio);

return 0;
Expand Down

0 comments on commit 28a4e61

Please sign in to comment.