ar71xx: fix gpio-latch driver
[openwrt.git] / target / linux / ar71xx / files / drivers / gpio / gpio-latch.c
index 1efa1a1..d911f6a 100644 (file)
@@ -193,7 +193,8 @@ static int gpio_latch_remove(struct platform_device *pdev)
 {
        struct gpio_latch_chip *glc = platform_get_drvdata(pdev);
 
-       return gpiochip_remove(&glc->gc);;
+       gpiochip_remove(&glc->gc);
+       return 0;
 }