projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make gpio conformant to generic gpio spec.
[openwrt.git]
/
target
/
linux
/
ar7
/
files
/
drivers
/
leds
/
leds-ar7.c
diff --git
a/target/linux/ar7/files/drivers/leds/leds-ar7.c
b/target/linux/ar7/files/drivers/leds/leds-ar7.c
index
fb137c9
..
53ab53f
100644
(file)
--- a/
target/linux/ar7/files/drivers/leds/leds-ar7.c
+++ b/
target/linux/ar7/files/drivers/leds/leds-ar7.c
@@
-73,7
+73,7
@@
static int ar7_leds_probe(struct platform_device *pdev)
goto out;
ar7_gpio_enable(AR7_GPIO_BIT_STATUS_LED);
- gpio_direction_output(AR7_GPIO_BIT_STATUS_LED);
+ gpio_direction_output(AR7_GPIO_BIT_STATUS_LED
, 0
);
out:
return rc;
This page took
0.026391 seconds
and
4
git commands to generate.