projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix the gpio init (#2148)
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
drivers
/
char
/
ar7_gpio.c
diff --git
a/target/linux/ar7-2.6/files/drivers/char/ar7_gpio.c
b/target/linux/ar7-2.6/files/drivers/char/ar7_gpio.c
index
df8e763
..
a5245da
100644
(file)
--- a/
target/linux/ar7-2.6/files/drivers/char/ar7_gpio.c
+++ b/
target/linux/ar7-2.6/files/drivers/char/ar7_gpio.c
@@
-141,6
+141,8
@@
static int __init ar7_gpio_init(void)
ar7_gpio_major = rc;
+ rc = 0;
+
goto out;
out_put:
This page took
0.025547 seconds
and
4
git commands to generate.