make gpio conformant to generic gpio spec.
[openwrt.git] / target / linux / ar7 / files / drivers / leds / leds-ar7.c
index fb137c9..53ab53f 100644 (file)
@@ -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.