Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof...
[deliverable/linux.git] / drivers / gpio / gpio-vf610.c
index 971c73964ef1af41547c76da8778f8c42ae79e82..7bd9f209ffa81a1b00141d4345f4fe3becc7f317 100644 (file)
@@ -244,16 +244,16 @@ static int vf610_gpio_probe(struct platform_device *pdev)
        gc = &port->gc;
        gc->of_node = np;
        gc->dev = dev;
-       gc->label = "vf610-gpio",
-       gc->ngpio = VF610_GPIO_PER_PORT,
+       gc->label = "vf610-gpio";
+       gc->ngpio = VF610_GPIO_PER_PORT;
        gc->base = of_alias_get_id(np, "gpio") * VF610_GPIO_PER_PORT;
 
-       gc->request = vf610_gpio_request,
-       gc->free = vf610_gpio_free,
-       gc->direction_input = vf610_gpio_direction_input,
-       gc->get = vf610_gpio_get,
-       gc->direction_output = vf610_gpio_direction_output,
-       gc->set = vf610_gpio_set,
+       gc->request = vf610_gpio_request;
+       gc->free = vf610_gpio_free;
+       gc->direction_input = vf610_gpio_direction_input;
+       gc->get = vf610_gpio_get;
+       gc->direction_output = vf610_gpio_direction_output;
+       gc->set = vf610_gpio_set;
 
        ret = gpiochip_add(gc);
        if (ret < 0)
This page took 0.026538 seconds and 5 git commands to generate.