gpio: remove all usage of gpio_remove retval in driver/gpio
[deliverable/linux.git] / drivers / gpio / gpio-lp3943.c
index a0341c92bcb40cbe84bd6c132312b707744ba2d8..6bbdad805b78f08c4d089041d24735ce5c94451a 100644 (file)
@@ -216,7 +216,8 @@ static int lp3943_gpio_remove(struct platform_device *pdev)
 {
        struct lp3943_gpio *lp3943_gpio = platform_get_drvdata(pdev);
 
-       return gpiochip_remove(&lp3943_gpio->chip);
+       gpiochip_remove(&lp3943_gpio->chip);
+       return 0;
 }
 
 static const struct of_device_id lp3943_gpio_of_match[] = {
This page took 0.025953 seconds and 5 git commands to generate.