From afcfb15286828c22f11f0fa6c3bb2b72514a18b4 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 6 Aug 2009 16:04:51 -0700 Subject: [PATCH] --- yaml --- r: 166467 b: refs/heads/master c: 2fea09222ab48517d729a7fb4542092cf428f528 h: refs/heads/master i: 166465: b82ce9d1dcc74e4fef622fc56c4fc01389cfcb1b 166463: cfad7fa09b963c42a4fea4b28fa9acd44cc44ca9 v: v3 --- [refs] | 2 +- trunk/drivers/leds/leds-gpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2a5ff57871d4..de48ccea7075 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c746b5519a88b8803d43946ad06326ece4829116 +refs/heads/master: 2fea09222ab48517d729a7fb4542092cf428f528 diff --git a/trunk/drivers/leds/leds-gpio.c b/trunk/drivers/leds/leds-gpio.c index 6b06638eb5b4..7467980b8cf9 100644 --- a/trunk/drivers/leds/leds-gpio.c +++ b/trunk/drivers/leds/leds-gpio.c @@ -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; }