gpio: remove all usage of gpio_remove retval in driver/gpio
[deliverable/linux.git] / drivers / gpio / gpio-da9055.c
index f992997bc30125c64b0731367c56fd4742efe17c..9167c433108149b3090d326842efc55e36a573b6 100644 (file)
@@ -174,7 +174,8 @@ static int da9055_gpio_remove(struct platform_device *pdev)
 {
        struct da9055_gpio *gpio = platform_get_drvdata(pdev);
 
-       return gpiochip_remove(&gpio->gp);
+       gpiochip_remove(&gpio->gp);
+       return 0;
 }
 
 static struct platform_driver da9055_gpio_driver = {
This page took 0.024849 seconds and 5 git commands to generate.