Fix the gpio init (#2148)
[openwrt.git] / target / linux / ar7-2.6 / files / drivers / char / ar7_gpio.c
index df8e763..a5245da 100644 (file)
@@ -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.